Description Usage Arguments Examples
Order Data Frame Decreasingly by one Column
1 | order_decreasingly_by(df, column)
|
df |
data frame |
column |
name of column by which to order decreasingly. |
1 2 | (df <- data.frame(a = 1:3, b = 11:13))
kwb.pathdict:::order_decreasingly_by(df, "a")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.