KOSIS Statistic Meta
getStatMeta(
orgId,
tblId,
type = c("TBL", "ORG", "PRD", "ITM", "CMMT", "UNIT", "SOURCE", "WGT", "NCD")
)A data.frame object containing queried information
A string specifying the organization id
A string specifying the table id
A string specifying the meta type
## Example
getStatMeta(orgId = "101", tblId = "DT_1IN0001")
getStatMeta(orgId = "101", tblId = "DT_1IN0001", type = "ORG")