sort_df {reshape} | R Documentation |
Convenience method for sorting a data frame using the given variables.
sort_df(data, vars=names(data))
data |
data frame to sort |
vars |
variables to use for sorting |
Simple wrapper around order
Hadley Wickham <h.wickham@gmail.com>