statTableList: Table list of statistical tables

View source: R/statTableList.R

statTableListR Documentation

Table list of statistical tables

Description

Table list of statistical tables

Usage

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

Arguments

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

stat_code

A string specifying the statistical table code

Details

## Example
statTableList(lang = "en", count = 100)

Value

A data.frame object containing queried information


ecos documentation built on Aug. 8, 2025, 7:35 p.m.