| sort | R Documentation |
Sort documents
sort(.data = list(), ...) sort_(.data = list(), ..., .dots)
.data |
Input. An object of class |
... |
Comma separated list of unquoted variable names |
.dots |
Used to work around non-standard evaluation |
## Not run:
index("gbif") %>% sort(asc(county))
index("gbif") %>% sort(asc(county), desc(country))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.