sort_data_frame | R Documentation |
sort dataframe
sort_data_frame(df, sort_by, decreasing = FALSE)
df |
dataframe to be sorted |
sort_by |
column names to sort by, in decreasing order of priority |
decreasing |
a vector of the same length as sort_by, recycled to match length if needed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.