R/data.R

#' @importFrom tibble tibble
NULL
#' ICD10 codes and their respective descriptions in Icelandic and English
#'
#'
#' @format A tibble with three variables and 14507 rows:
#' \describe{
#' \item{\code{kodi}}{ICD10 code}
#' \item{\code{isl}}{Icelandic description of ICD10 code}
#' \item{\code{en}}{English description of ICD10 code}
#' }
#' @source \url{https://www.landlaeknir.is/}
#'
"icd10"

#' ICD10 category codes and their respective descriptions in Icelandic and English
#'
#'
#' @format A tibble with three variables and 2773 rows:
#' \describe{
#' \item{\code{kodi}}{ICD10 category code}
#' \item{\code{isl}}{Icelandic description of ICD10 category code}
#' \item{\code{en}}{English description of ICD10 category code}
#' }
#' @source \url{https://www.landlaeknir.is/}
#'
"icd10_cat"
thorj/ICD10ICE documentation built on May 13, 2019, 1:09 p.m.