sort.chars | R Documentation |
chars
ObjectSort a chars
Object
## S3 method for class 'chars'
sort(x, decreasing = FALSE, ...)
x |
a |
decreasing |
logical. Should the sort be increasing or decreasing? Not available for partial sorting. |
... |
further arguments passed to or from other methods. |
a sorted chars
object.
sort(chars("alphabet"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.