getStatSearch: KOSIS Statistic Search

View source: R/getStatSearch.R

getStatSearchR Documentation

KOSIS Statistic Search

Description

KOSIS Statistic Search

Usage

getStatSearch(
  searchNm,
  startCount = 1,
  resultCount = 20,
  sort = c("RANK", "DATE")
)

Arguments

searchNm

A string specifying a name you search

startCount

A nuemeric specifying a page number

resultCount

A numeric specifying counts of result (resultCount = 20, startCount = 2 : 21~40 Result)

sort

A string specifying the sorting (RANK: accuracy, DATE: newest)

Details

## Example
getStatSearch(searchNm = "CPI")

Value

A data.frame object containing queried information


kosis documentation built on Aug. 8, 2023, 5:13 p.m.