statscnRegions: the regions in db

Description Usage Arguments Value References Examples

View source: R/getNBS.R

Description

the available regions in the specified db, it is used for query the province, city and country code generally

Usage

1
statscnRegions(dbcode = "fsnd")

Arguments

dbcode

the dbcode should be some province db(fs*) , city db(cs*) or internaltional db(gj*)

Value

the data frame with all the available region codes and names in the db

References

Xuehui YANG (2016). rstatscn: R Interface for China National Data. R package version 1.1.1. https://CRAN.R-project.org/package=rstatscn

Examples

1
2
3
4
5
6
## Not run: 
statscnRegions('fsnd')
statscnRegions('csnd')
statscnRegions('gjnd')

## End(Not run)

gfer documentation built on Feb. 6, 2022, 5:06 p.m.