ksic_convert | R Documentation |
Converts KSIC codes from one revision to another.
ksic_convert(ksic, from_C, to_C)
ksic |
character. A vector of 5-digit KSIC codes to convert (e.g., '10111'). |
from_C |
integer. The source KSIC revision (9, 10, or 11). |
to_C |
integer. The target KSIC revision (9, 10, or 11). |
data.frame. A data.frame containing converted KSIC codes and related information. Only convertible codes from the input will be included.
ksic_convert(c("27192", "27195"), from_C = 10, to_C = 11)
ksic_convert(c("27192", "27195"), from_C = 11, to_C = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.