#' #' 10 observations showing patient time in and out.
#'
#' A dataset containing ten sets of time in and out by bed.
#' This simulates patients moving in and out of departments or hospitals.
#'
#' @format A data frame with 10 rows and 4 variables:
#' \describe{
#' \item{bed}{a grouping variable, representing a specific bed}
#' \item{patient}{individual patients}
#' \item{start_time}{time each patient moved into their current bed}
#' \item{end_time}{time each patient moved out of their current bed}
#' }
"beds"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.