R/meetup_attendees.R

#' meetup_attendees
#'
#' This data contains information about some attendees of the meetup
#' @docType data
#'
#' @usage data(meetup_attendees)
#'
#' @format A data frame with 3 variables:
#' \describe{
#' \item{\code{first_name}}{First name}
#' \item{\code{last_name}}{Last _name}
#' \item{\code{country}}{Country where the attendee is based}
#'}
#' @keywords datasets
#'
"meetup_attendees"
Shelmith-Kariuki/rAfrica documentation built on Oct. 11, 2020, 12:50 a.m.