get_eb_attendees: Get Eventbrite attendees

View source: R/get_eb_attendees_function.R

get_eb_attendeesR Documentation

Get Eventbrite attendees

Description

This function returns the Eventbrite attendees of an event. The function only works on Events that hold attendees data. As such, it is designed to be used on the output of eb_query() (see example). It will return a dataframe of attendees of the course including a column giving a status on if they were "checked-in"

Usage

get_eb_attendees(event, names.only = TRUE)

Arguments

event

the event object returned from get_eb_attendees(url)

names.only

Default set TRUE. To return a clean data.frame of attendees, which only contains names of registrations. If user wants all data in output, they can set names.only=FALSE

Examples

attendees = eb_query(event_id = event_id, sub_query = "attendees") %>% get_eb_orders(attendees)

paddytobias/eventbriteR documentation built on Jan. 6, 2023, 8:03 a.m.