Summarize Without Alphabetizing
I have a dataset where the order is important and I want to be able to summarize a character column with repeat values without the results being in alphabetical order. column_A ffbbbdaacccee Usual methods return {a,b,c,d,e,f},I am trying to get {f,b,d,a,c,e} Please advise.
vince_faller