Learn R Programming

pedquant (version 0.1.1)

pd_code: code list by category

Description

pd_code get the code list of country, currency, stock exchange and commodity exchange.

Usage

pd_code(cate = NULL)

Arguments

cate

The available category values including 'country', 'currency', 'stock_exchange', 'commodity_exchange'.

Examples

Run this code
# NOT RUN {
# specify the categories
code_list1 = pd_code(cate = c('country', 'currency'))

# interactivly return code list
code_list2 = pd_code()

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab