Description Usage Arguments Value Locales See Also Examples
Use desc to sort a variable in descending order. Generally,
this will not also automatically order by grouping variables.
1 2 3 |
.data |
A tbl. All main verbs are S3 generics and provide methods
for |
... |
Comma separated list of unquoted variable names. Use
|
.dots |
Used to work around non-standard evaluation. See
|
An object of the same class as .data.
Data frame row names are silently dropped. To preserve, convert to an explicit variable.
Note that for local data frames, the ordering is done in C++ code which does not have access to the local specific ordering usually done in R. This means that strings are ordered as if in the C locale.
Other single.table.verbs: filter,
mutate, select,
slice, summarise
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.