powered by
Wrapper for rapid ordering in a data.frame. This is a legacy function.
ordenar_porconteo(df, col)
Data.frame
Columna with factor. (Bare, no parenthesis).
data.frame
denue_varios_stats
# NOT RUN { df <- data.frame(factors=c("A","A","B","C","C","D","A","A"), others=c(1,3,2,4,5,1,2,7)) #order by count ByCount <- ordenar_porconteo(df, factors) # }
Run the code above in your browser using DataLab