View source: R/get_sports_events.R
get_sports_events | R Documentation |
Get a list of all upcoming sports events in a location
get_sports_events(location, sport)
location |
A vector of location |
sport |
A string of sport type ("football","cricket","golf") |
A data frame of upcoming sports events in a location (see vignette for details)
get_sports_events("London", "football") get_sports_events(c("London", "Oxford"), "football")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.