statItemList: Item list of statistics

View source: R/statItemList.R

statItemListR Documentation

Item list of statistics

Description

Item list of statistics

Usage

statItemList(
  stat_code,
  format = c("xml", "json"),
  lang = c("kr", "en"),
  count = 1000
)

Arguments

stat_code

A string specifying the statistical table code

format

A string specifying the file format to process - xml, json

lang

A string specifying the language of result value - kr (Korean), en (English)

count

An integer specifying the number of requests

Details

## Example
statItemList(lang = "en", count = 100, stat_code = "902Y001")

Value

A data.frame object containing queried information


seokhoonj/ecos documentation built on March 7, 2024, 4:43 p.m.