sortBy.GenericDataFileSet | R Documentation |
Sorts the set by one of several ordering schema.
## S3 method for class 'GenericDataFileSet'
sortBy(this, by=c("lexicographic", "mixedsort", "mixeddecimal", "mixedroman",
"filesize"), decreasing=FALSE, caseSensitive=FALSE, ...)
by |
A |
decreasing |
If |
caseSensitive |
If |
... |
Not used. |
The set is ordering by the fullnames.
If by="lexicographic"
, lexicographic ordering is used,
sometimes also referred to as alphabetic ordering.
If by="mixeddecimal"
, mixedsort ordering acknowledging
decimal numbers is used, cf. mixedsort
.
If by="mixedroman"
, mixedsort ordering acknowledging
roman numerals is used, cf. mixedsort
.
Returns returns itself with the set ordered accordingly.
Henrik Bengtsson
For more information see GenericDataFileSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.