pedquant (version 0.1.3)

ed_nbs_symbol: symbol of NBS economic data

Description

ed_nbs_symbol provides an interface to query symbols of economic indicators from NBS.

Usage

ed_nbs_symbol(symbol = NULL, geo_type = NULL, freq = NULL, eng = FALSE)

Arguments

symbol

symbols of NBS indicators.

geo_type

geography type in NBS, including 'nation', 'province', 'city'. Default is NULL.

freq

the frequency of NBS indicators, including 'monthly', 'quarterly', 'yearly'. Default is NULL.

eng

logical. The language of the query results is in English or in Chinese. Default is FALSE.

Examples

Run this code
# NOT RUN {
# query symbol interactively
# }
# NOT RUN {
sym = ed_nbs_symbol()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace