Description Usage Arguments Examples
View source: R/underscoreReplacements.R
arrange by a single column
1 | replyr_arrange(.data, colname, descending = FALSE)
|
.data |
data object to work on |
colname |
character column name |
descending |
logical if true sort descending (else sort ascending) |
1 2 3 | d <- data.frame(Sepal_Length= c(5.8,5.7),
Sepal_Width= c(4.0,4.4))
replyr_arrange(d, 'Sepal_Length', descending= TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.