View source: R/sorting_utils.R
| calculate_column_order | R Documentation |
Calculate ordering based on a specific column value
calculate_column_order(data, column_name, descend = FALSE)
data |
Dataset |
column_name |
Name of the column to sort by |
descend |
Logical indicating if sorting should be descending |
Numeric vector of ordering values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.