get_standings: Query the standings of a specified tournament

Description Usage Arguments Value

View source: R/get_standings.R

Description

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.

Usage

1
get_standings(tournamentId, save_details = FALSE, hl = "en-US")

Arguments

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.

Value

Returns something


flsck/rlolesports documentation built on April 4, 2021, 6:59 p.m.