Description Usage Arguments Value Locales Tidy data See Also Examples
Order tbl rows by an expression involving its variables.
1 2 3 4 |
.data |
A tbl. All main verbs are S3 generics and provide methods
for |
... |
Comma separated list of unquoted variable names, or expressions
involving variable names. Use |
.by_group |
If |
An object of the same class as .data
.
The sort order for character vectors will depend on the collating sequence
of the locale in use: see locales()
.
When applied to a data frame, row names are silently dropped. To preserve,
convert to an explicit variable with tibble::rownames_to_column()
.
Other single table verbs: filter
,
mutate
, select
,
slice
, summarise
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.