Description Usage Arguments Value
View source: R/football_get_competition.R
Get either information on what competitions exist, or a particular competition.
1 2 3 4 5 | football_get_competition(
competition_id = NULL,
api = "football-data.org",
api_token = Sys.getenv("API_FOOTBALL_DATA")
)
|
competition_id |
The id for that competition. Optional |
api |
Name of API. Currently has |
api_token |
The API token. |
Dataframe with existing competitions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.