R/ksic_9_to_10.R

#' KSIC 9th to 10th Concordance Table
#'
#' @description
#' A concordance table for converting 9th revision KSIC codes to 10th revision KSIC codes.
#'
#' @format A data frame with 6 columns:
#' \describe{
#'   \item{ksic9_cd}{9th revision KSIC code.}
#'   \item{ksic9_nm}{9th revision KSIC name.}
#'   \item{ksic10_cd}{10th revision KSIC code.}
#'   \item{ksic10_nm}{10th revision KSIC name.}
#'   \item{con}{Type of connection.}
#'   \item{detail}{Additional details about the connection.}
#' }
#' @examples
#'   ksic_9_to_10
"ksic_9_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.