R/data.R

#' #' 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"
johnmackintosh/patientcounter documentation built on March 15, 2023, 10:45 p.m.