getStatList {kosis} | R Documentation |
KOSIS Statistic List
Description
KOSIS Statistic List
Usage
getStatList(
vwCd = c("MT_ZTITLE", "MT_OTITLE", "MT_GTITLE01", "MT_GTITLE02", "MT_CHOSUN_TITLE",
"MT_HANKUK_TITLE", "MT_STOP_TITLE", "MT_RTITLE", "MT_BUKHAN", "MT_TM1_TITLE",
"MT_TM2_TITLE", "MT_ETITLE"),
parentListId = ""
)
Arguments
vwCd |
A string specifying the view code |
parentListId |
A string specifying the parent list id |
Details
## Example getStatList(vwCd = "MT_ZTITLE", parentListId = "") getStatList(vwCd = "MT_ZTITLE", parentListId = "F") getStatList(vwCd = "MT_ZTITLE", parentListId = "F_29")
Value
A data.frame object containing queried information
[Package kosis version 0.0.1 Index]