event_search_featured: return the featured event for a given location

Description Usage Arguments Value Examples

Description

Featured events are chosen by Yelp's community managers

Usage

1
2
event_search_featured(api_key, location = NULL, latitude = NULL,
  longitude = NULL)

Arguments

api_key

string

location

Required, if latitude and longitude not provided. Specifies the combination of "address, neighborhood, city, state or zip, optional country" to be used while searching for events.

latitude

Required, if location not provided. Latitude of the location to search from.

longitude

Required, if location not provided. Longitude of the location to search from.

transaction_type

currently "delivery"

Value

Examples

1
2
key <- "######"
event_search_featured(api_key = key, location = 'New York')

OmaymaS/yelpr documentation built on May 15, 2019, 3:24 p.m.