Nothing
#' Description of the EHR dataset
#'
#' This is a toy dataset to illustrate the use of the the MSCA library
#'
#' @format A data frame with `3000` records and `3` variables:
#' \describe{
#' \item{link_id}{Unique patient identifyer}
#' \item{reg}{Registered long-term condition}
#' \item{aos}{Age at onset of the registered long-term condition}
#'
#' }
#' @name EHR
#' @source Toy dataset
#' @docType data
#' @examples
#' # Load the dataset
#' data(EHR)
#'
#' # Display the first few rows
#' head(EHR)
NULL
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.