statscnQueryZb | R Documentation |
the sub data categories for the zbid category, dbcode need to be specified, where the dbcode can be fetched by function statscnDbs(). In the returned data frame, the column 'isParent' shows if each sub category is leap category or not
statscnQueryZb(zbid = "zb", dbcode = "hgnd")
zbid |
the father zb/category id , the root id is 'zb' |
dbcode |
which db will be queried |
the data frame with the sub zbs/categories , if the given zbid is not a Parent zb/category, null list is returned
Xuehui YANG (2016). rstatscn: R Interface for China National Data. R package version 1.1.1. https://CRAN.R-project.org/package=rstatscn
## Not run:
statscnQueryZb()
statscnQueryZb('A01',dbcode="hgnd")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.