Nothing
#' @title Sample data for a patient with unique patient number (UPN) 914
#'
#' @description Data for the patient consists of a \code{dataframe} that is used for viewing data
#'
#'
#' @format A \code{dataframe} with 10 columns
#' \enumerate{
#' \item{Cycle: 96 weeks of maintenance therapy (MT) is divided into 8 cycles. The column represents the cycles number for the patient with new assessment}
#' \item{Date: Patient's new assessment date when doses were prescribed}
#' \item{Weeks: MT consist of 96 weeks. Column represent week number for new assessment}
#' \item{ANC: Absolute neutrophil count (ANC) values for new assessment}
#' \item{PLT: Platelet count (PLT) values for new assessment}
#' \item{Hb: Hemoglobin (Hb) values for new assessment}
#' \item{MP: 6-mercaptopurine (MP or 6MP) doses for new assessment}
#' \item{MTX: Methotraxate (MTX) doses for new assessment}
#' \item{MP_adj: MP dose intensity (%). See note for dose intensity calculation}
#' \item{MTX_adj: MTX dose intensity (%). See note for dose intensity calculation}
#' }
#' @note
#' \enumerate{
#' \item {For running examples you need to read the patient data as csv. The data (rda) is for viewing only}
#' \item {Dose intensity (%) = \eqn{(a*100)/b}; where a = MP dose prescribed on new assessment and b = Protocol based MP dose adjusted to patient's body surface area}
#' }
"UPN_914"
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.