getStatMeta {kosis} | R Documentation |
KOSIS Statistic Meta
Description
KOSIS Statistic Meta
Usage
getStatMeta(
orgId,
tblId,
type = c("TBL", "ORG", "PRD", "ITM", "CMMT", "UNIT", "SOURCE", "WGT", "NCD")
)
Arguments
orgId |
A string specifying the organization id |
tblId |
A string specifying the table id |
type |
A string specifying the meta type |
Details
## Example getStatMeta(orgId = "101", tblId = "DT_1IN0001") getStatMeta(orgId = "101", tblId = "DT_1IN0001", type = "ORG")
Value
A data.frame object containing queried information
[Package kosis version 0.0.1 Index]