sort.chars {charcuterie} | 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"))