fullySorted | R Documentation |
Sort a Data Frame by all of its Columns
fullySorted(x, decreasing = FALSE, ..., renumber.rows = TRUE)
x |
data frame |
decreasing |
passed to |
... |
further arguments passed to |
renumber.rows |
if |
fullySorted(head(iris))
fullySorted(head(iris), decreasing = TRUE)
fullySorted(head(iris[, 5:1]))
fullySorted(head(iris[, 5:1]), decreasing = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.