altadata.sort {altadata}R Documentation

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

Description

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

Usage

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

## Not run: 
  altadata.sort("province_state", order_method = "desc")

## End(Not run)

[Package altadata version 0.1.1 Index]