Sorts a DataSetList based on the custom specified attributes ('algId', 'DIM' or 'funcId').
Default is as ascending, can be made descending by adding a - in front of the attribute.
Sorting accross multiple attributes is supported, in the order they are specified.
Usage
arrange(dsl, ...)
# S3 method for DataSetList
arrange(dsl, ...)
Arguments
dsl
The DataSetList to sort
...
attribute by which `dsl` is sorted. Multiple attributes can be specified.