R/event.R

#' Zen Center Events
#'
#' @description Events at a fictional Zen Center.  
#' In a family with \code{\link{participant}}, \code{\link{donation}}
#' and \code{\link{eventParticipation}}.
#'
#' @name event
#' @docType data
#' @format A data frame with 15 observations on the following 7 variables.
#' \describe{ 
#' \item{Event_ID}{Event ID}
#' \item{Event_Type}{Type of event.  A factor with levels \code{potluck},
#' \code{retreat} and \code{sangha}.}
#' \item{Event_Location}{Location of the event.}
#' \item{Event_Start}{Start-time of the event.}
#' \item{Event_End}{Ending time of the event.}
#' \item{Event_Cost}{Nominal cost of the event, in dollars.}
#' \item{Part_ID}{ID of the participant who organizes the event.}
#' }
#' 
#' @source  Hypothetical data.
#' @keywords datasets
#'
NA
homerhanumat/tigerData documentation built on Nov. 10, 2023, 5:30 p.m.