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

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
if (FALSE) {
sym = ed_nbs_symbol()}