R/ksic_10_to_9.R

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

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.