Nothing
#' Format ICD codes (preserve leading zeros)
#'
#' @param codes Character or numeric vector of ICD codes
#' @return Character vector of formatted ICD codes
#'
#' @noRd
format_icd_codes <- function(codes) {
codes <- strip_surrounding_quotes(codes)
return(trimws(as.character(codes)))
}
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.