ed_nbs_symbol {pedquant} | R Documentation |
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
# query symbol interactively
## Not run:
sym = ed_nbs_symbol()
## End(Not run)
[Package pedquant version 0.2.4 Index]