Learn R Programming

ecos (version 0.1.6)

statItemList: Item list of statistics

Description

Item list of statistics

Usage

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

Value

A data.frame object containing queried information

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")