View source: R/get_eb_orders_function.R
get_eb_orders | R Documentation |
This function returns the Eventbrite orders of an event. The function only works on Events that hold order data. As such, it is designed to be used on the output of eb_query() (see example).
get_eb_orders(event, names.only = TRUE)
event |
the event object returned from get_eb_event(url) |
names.only |
Default set TRUE. To return a clean data.frame of orders, which only contains names of registrations. If user wants all data in output, they can set names.only=FALSE |
event = eb_query(event_id = event_id, sub_query = "orders") %>% get_eb_orders()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.