getStatData {kosis}R Documentation

KOSIS Statistic Data

Description

KOSIS Statistic Data

Usage

getStatData(
  orgId,
  tblId,
  prdSe = c("Y", "H", "Q", "M", "D", "IR"),
  startPrdDe,
  endPrdDe,
  newEstPrdCnt = 3,
  prdInterval = 1,
  itmId = "ALL",
  objL1 = "ALL",
  objL2 = "",
  objL3 = "",
  objL4 = "",
  ...
)

Arguments

orgId

A string specifying the organization id

tblId

A string specifying the table id

prdSe

A string specifying the period symbol (Y, H, Q, M, D, IR: Irregularly)

startPrdDe

A string specifying start period (format: YYYY, YYYYMM(MM:01~12), YYYYHH(HH:01,02), YYYYQQ(QQ:01~04), YYYYMMDD)

endPrdDe

A string specifying end period (format: YYYY, YYYYMM(MM:01~12), YYYYHH(HH:01,02), YYYYQQ(QQ:01~04), YYYYMMDD)

newEstPrdCnt

A string specifying newest period count

prdInterval

A string specifying period interval

itmId

A string item id

objL1

A string specifying object level 1

objL2

A string specifying object level 2

objL3

A string specifying object level 3

objL4

A string specifying object level 4

...

A string specifying object level 5, 6, 7, 8 (objL5, objL6, objL7, objL8)

Details

## Example
getStatData(orgId = "101", tblId = "DT_1B41")

Value

A data.frame object containing queried information


[Package kosis version 0.0.1 Index]