ksic: Get KSIC Data

View source: R/ksic.R

ksicR Documentation

Get KSIC Data

Description

Returns a data.frame of KSIC data for the specified revision and digit.

Usage

ksic(digit = 5, C = NULL, eng_nm = FALSE)

Arguments

digit

integer. The digit of the classification to extract (1-5). Default is 5.

C

integer. The KSIC revision (9, 10, or 11). If NULL, getOption("ksic.C", 11) is used.

eng_nm

logical. If TRUE, includes English classification names; if FALSE, excludes them. Default is FALSE.

Value

A data.frame containing the specified KSIC codes and names.

Examples

ksic(digit = 1)

ksic(digit = 2, C = 10, eng_nm = TRUE)

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