R/visits.R

#' Made up visits
#'
#' Randomly selected pairs of "participants" and "locations", representing visits,
#' useful for testing visit aggregation and analysis functions.
#'
#' @format A data frame with 10 rows and 3 variables:
#' \describe{
#'   \item{date}{Visit date}
#'   \item{participant_id}{Participant unique ID}
#'   \item{location_id}{Location Unique ID}
#' }
"visits"
EL-BID/GPE documentation built on Sept. 12, 2024, 2:21 p.m.