R/ksic_11_to_10.R

#' KSIC 11th to 10th Concordance Table
#'
#' @description
#' A concordance table for converting 11th revision KSIC codes to 10th revision KSIC codes.
#'
#' @format A data frame with columns for 11th codes, 10th codes, and connection details.
#' \describe{
#'   \item{ksic11_cd}{11th revision KSIC code.}
#'   \item{ksic11_nm}{11th revision KSIC name.}
#'   \item{ksic10_cd}{10th revision KSIC code.}
#'   \item{ksic10_nm}{10th revision KSIC name.}
#'   \item{detail}{Additional details about the connection.}
#' }
#' @examples
#'   ksic_11_to_10
"ksic_11_to_10"

Try the KSIC package in your browser

Any scripts or data that you put into this service are public.

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