Nothing
#' Individual level data
#'
#' The data which describes the Individual characteristics (gender, age group, infected status) and corresponding area details for 700 individuals.
#'
#' @format
#' A data frame with 700 rows and 8 columns:
#' \describe{
#' \item{Disease_Status}{Disease status of the individual}
#' \item{Region}{The regioal health authority of the individual}
#' \item{Gender}{Gender of the individual}
#' \item{Age_Group}{Age group of the individual}
#' \item{Postal_code}{postal code which the individual belong to}
#' \item{Longitde}{longitude of the region}
#' \item{Latitude}{latitude of the region}
#' \item{Region_Number}{Region number assigned for each regional health authority}
#' ...
#' }
#'
"Individual_Level_Data"
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.