orderBy {linq} | R Documentation |
orderBy(sequence,
getKey = NULL,
desc = FALSE);
An System.Linq.IOrderedEnumerable`1 whose elements are sorted according to a key. The sort result could be situations: 1. a vector which is sort by the element evaluated value 2. a list which is sort by the specific element value 3. a dataframe which is sort its rows by a specific column value