R/ksic_10_to_11.R

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

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.