ksic_search | R Documentation |
Searches for KSIC codes by a keyword in Korean or English classification names.
If searching with a Korean keyword, the English name (eng_nm
) column is excluded from the result.
ksic_search(keyword, C = NULL, ignore.case = TRUE, digit = NULL)
keyword |
character. keyword to search for. |
C |
integer. The KSIC revision. If NULL, |
ignore.case |
logical. If |
digit |
integer. Can be a vector of (1-5). If NULL, all digits are searched. |
A data.frame of matching KSIC codes and names, or NULL
if no match is found.
ksic_search("software", C = 10, ignore.case = FALSE, digit = 5)
ksic_search("data|database")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.