View source: R/getStatSearch.R
getStatSearch | R Documentation |
KOSIS Statistic Search
getStatSearch(
searchNm,
startCount = 1,
resultCount = 20,
sort = c("RANK", "DATE")
)
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) |
## Example getStatSearch(searchNm = "CPI")
A data.frame object containing queried information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.