h_dataset_sort_all: Sort a Data Frame by All Its Columns in Ascending Order
Description
Sort a Data Frame by All Its Columns in Ascending Order
Usage
h_dataset_sort_all(data)
Value
A data frame. The same as the input data with columns in the same
order but with rows sorted by the first column, with ties broken by the
second column, and so forth.