Nothing
#' Mappings of PheCodes to ICD codes.
#'
#' A dataset containing the mappings of PheCodes to ICD-9 and ICD-10-cm Codes.
#'
#' @format A data frame with 106393 rows and 6 variables:
#' \describe{
#' \item{ICD_version}{ICD version, ICD-9 or ICD-10-cm}
#' \item{ICD_id}{ICD-9 and ICD-10-cm Codes}
#' \item{ICD_str}{Description of ICD Codes}
#' \item{Phecode}{PheCode ID}
#' \item{Phenotype}{Description of PheCode ID}
#' \item{Rollup}{Rollup}
#' }
#' @source \url{https://phewascatalog.org/}
"icdmap"
utils::globalVariables(c("icdmap"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.