R/donation.R

#' Zen Center Donations
#'
#' @description Donations made to a fictional Zen Center.  
#' In a family with \code{\link{participant}}, \code{\link{event}}
#' and \code{\link{eventParticipation}}.
#'
#' @name donation
#' @docType data
#' @format A data frame with 66 observations on the following 5 variables.
#' \describe{ 
#' \item{Don_ID}{Donation ID}
#' \item{Part_ID}{Participant ID}
#' \item{Don_Amount}{Amount of donation, in dollars.}
#' \item{Don_Date}{Date of donation.}
#' \item{Don_Form}{A character vector with two values:  \code{cash} and \code{check}.}
#' }
#' 
#' @source  Hypothetical data.
#' @keywords datasets
#'
NA
homerhanumat/tigerData documentation built on Nov. 10, 2023, 5:30 p.m.