View source: R/get_eb_attendees_function.R
get_eb_attendees | R Documentation |
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"
get_eb_attendees(event, names.only = TRUE)
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 |
attendees = eb_query(event_id = event_id, sub_query = "attendees") %>% get_eb_orders(attendees)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.