ksic_convert: Convert KSIC Codes

View source: R/ksic_convert.R

ksic_convertR Documentation

Convert KSIC Codes

Description

Converts KSIC codes from one revision to another.

Usage

ksic_convert(ksic, from_C, to_C)

Arguments

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).

Value

data.frame. A data.frame containing converted KSIC codes and related information. Only convertible codes from the input will be included.

Examples

ksic_convert(c("27192", "27195"), from_C = 10, to_C = 11)

ksic_convert(c("27192", "27195"), from_C = 11, to_C = 10)

KSIC documentation built on Aug. 18, 2025, 5:36 p.m.