KOSIS Statistic Data
getStatData(
orgId,
tblId,
prdSe = c("Y", "H", "Q", "M", "D", "IR"),
startPrdDe,
endPrdDe,
newEstPrdCnt = 3,
prdInterval = 1,
itmId = "ALL",
objL1 = "ALL",
objL2 = "",
objL3 = "",
objL4 = "",
...
)A data.frame object containing queried information
A string specifying the organization id
A string specifying the table id
A string specifying the period symbol (Y, H, Q, M, D, IR: Irregularly)
A string specifying start period (format: YYYY, YYYYMM(MM:01~12), YYYYHH(HH:01,02), YYYYQQ(QQ:01~04), YYYYMMDD)
A string specifying end period (format: YYYY, YYYYMM(MM:01~12), YYYYHH(HH:01,02), YYYYQQ(QQ:01~04), YYYYMMDD)
A string specifying newest period count
A string specifying period interval
A string item id
A string specifying object level 1
A string specifying object level 2
A string specifying object level 3
A string specifying object level 4
A string specifying object level 5, 6, 7, 8 (objL5, objL6, objL7, objL8)
## Example
getStatData(orgId = "101", tblId = "DT_1B41")