Description Usage Arguments Value Examples
View source: R/football_get_teams.R
Get either information on what competitions exist, or a particular competition.
1 2 3 4 5 | football_get_teams(
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. |
Base url for API
1 | football_api_url("football-data.org")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.