Learn R Programming

altadata (version 0.1.1)

altadata.sort: 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

Run this code
# NOT RUN {
  altadata.sort("province_state", order_method = "desc")
# }

Run the code above in your browser using DataLab