altadata.sort {altadata} | R Documentation |
Sort data by given column and method in the retrieve data process
altadata.sort(order_column, order_method = "asc")
order_column |
column to which the order is applied |
order_method |
sorting method. Posibble values: asc or desc |
Nothing just set the sort parameters
## Not run:
altadata.sort("province_state", order_method = "desc")
## End(Not run)