View source: R/orderDecreasinglyBy.R
orderDecreasinglyBy | R Documentation |
Order Data Frame Decreasingly by one Column
orderDecreasinglyBy(df, column)
df |
data frame |
column |
name of column by which to order decreasingly. |
(df <- data.frame(a = 1:3, b = 11:13))
orderDecreasinglyBy(df, "a")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.