sortByCol {BBmisc} | R Documentation |
Sort the rows of a data.frame according to one or more columns.
Description
Sort the rows of a data.frame according to one or more columns.
Usage
sortByCol(x, col, asc = TRUE)
Arguments
x |
[ |
col |
[ |
asc |
[ |
Value
[data.frame
].
[Package BBmisc version 1.13 Index]