Sorts the set
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, ...)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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.