R/drugstreatment.R

#' Drug Administration Data
#'
#' @description This dataset contains information about drug administration. Each row represents a unique drug administration event.
#'
#' @format A data frame with the following columns:
#'   \describe{
#'     \item{id}{Unique identifier for each drug administration event.}
#'     \item{start_date}{The start date of drug administration.}
#'     \item{end_date}{The end date of drug administration.}
#'     \item{drug}{The name of the drug administered.}
#'   }
#'
#' @examples
#' data("drugstreatment")
#' head(drugstreatment)
#'
#' @keywords data
"drugstreatment"

Try the smoothy package in your browser

Any scripts or data that you put into this service are public.

smoothy documentation built on Aug. 11, 2023, 9:06 a.m.