#' @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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.