#' Simulated ER Data
#'
#' Fictional healthcare dataset containing aggregated ER costs, visit counts, and severity.
#'
#' \itemize{
#' \item Cost
#' \item Number of ER Visits
#' \item Typical Severity Level
#' }
#'
#'
#' @docType data
#'
#' @usage data(simER)
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(simER)
#' head(simER)
"simER"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.