Description Usage Arguments Value Examples
Sort data by given column and method in the retrieve data process
1 | 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
1 2 3 4 | ## Not run:
altadata.sort("province_state", order_method = "desc")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.