Description Usage Arguments Value
View source: R/get_standings.R
The function takes a tournament ID as argument and returns either a data.frame of the current standings for the selected tournament, or a list including the data.frame as an element, plus the raw API response.
1 | get_standings(tournamentId, save_details = FALSE, hl = "en-US")
|
tournamentId |
string. Can be taken from the get_leagues() function. |
save_details |
logical. Should just a table be returned, or also details about the requests. |
hl |
string. Locale or language code using ISO 639-1 and ISO 3166-1 alpha-2. |
Returns something
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.