altadata.sort: Sort data by given column and method in the retrieve data...

Description Usage Arguments Value Examples

View source: R/altadata.R

Description

Sort data by given column and method in the retrieve data process

Usage

1
altadata.sort(order_column, order_method = "asc")

Arguments

order_column

column to which the order is applied

order_method

sorting method. Posibble values: asc or desc

Value

Nothing just set the sort parameters

Examples

1
2
3
4
## Not run: 
  altadata.sort("province_state", order_method = "desc")

## End(Not run)

altadata documentation built on Dec. 7, 2020, 9:07 a.m.