powered by
Sort data by given column and method in the retrieve data process
altadata.sort(order_column, order_method = "asc")
column to which the order is applied
sorting method. Posibble values: asc or desc
Nothing just set the sort parameters
# NOT RUN { altadata.sort("province_state", order_method = "desc") # }
Run the code above in your browser using DataLab