search_eventbrite: Search Eventbrite with various parameters

View source: R/search_eventbrite.R

search_eventbriteR Documentation

Search Eventbrite with various parameters

Description

Retrieving events based on a search query. There are numerous parameters that can be used in the query. Possible parameters can be found here: https://www.eventbrite.com/platform/api#/reference/event-search/search-events. In order to give you more control, after running the command, it will display how many pages of data (each a maximum of 50 rows) and ask if you want to continue with the query.

Usage

search_eventbrite(query, ..., token = .Options$eventbrite.token)

Arguments

query

the search term to query on. The Eventbrite API looks for matches in an event's title.

...

see possible parameters here: https://www.eventbrite.com/platform/api#/reference/event-search/search-events. Use the same parameter names as found in the API documentation.

token

the API token needed to call the API. Go here to create your own app and get an API token: http://www.eventbrite.com/myaccount/apps/

Details

A dataframe is returned of all events the meet the query parameters.

Examples

python_courses = search_eventbrite(query = "python", location.address="Melbourne", location.within="50km")

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