Nothing
#' Example administrative data.
#'
#' A dataset with fake patient data for 5 patients with ICD-10 diagnosis codes.
#'
#' @format A data frame with 29 rows and 11 variables:
#' \describe{
#' \item{patient_id}{patient_id}
#' \item{sex}{patient's sex (male or female)}
#' \item{date_of_serv}{the date of service for the fake claim}
#' \item{dx1}{first diagnosis}
#' \item{dx2}{second diagnosis}
#' \item{dx3}{third diagnosis}
#' \item{dx4}{fourth diagnosis}
#' \item{dx5}{fifth diagnosis}
#' \item{visit_type}{inpatient (ip) or outpatient(ot)}
#' \item{hcpcs}{HCPCS code}
#' \item{icd_version}{Which version of ICD the row is. 9 = ICD-9, 0 = ICD-10}
#' }
#' @source This was created by the package author.
#'
#' @docType data
#'
#' @usage data(i10_wide)
#'
"i10_wide"
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.