pedquant (version 0.1.3)

ed_nbs_subregion: subregion code of NBS economic data

Description

ed_nbs_subregion query province or city code from NBS

Usage

ed_nbs_subregion(geo_type = NULL, eng = FALSE)

Arguments

geo_type

geography type in NBS, including 'province', 'city'. 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 {
# province code 
prov1 = ed_nbs_subregion(geo_type = 'province') 
# or using 'p' represents 'province'
prov2 = ed_nbs_subregion(geo_type = 'p') 

# city code in Chinese
# city = ed_nbs_subregion(geo_type = 'c', eng = FALSE) 
# city code in English
city = ed_nbs_subregion(geo_type = 'c', eng = TRUE) 
# }

Run the code above in your browser using DataLab