get_event_details: get_event_details

Description Usage Arguments Value

View source: R/get_event_details.R

Description

Get details for a given match ID. This is useful to get the 'gameId's of single games for a given match. So one match can have different 'gameId's, which can be found by 'value$games$game_id' where 'value' is the response value of this function with the 'save_details' flag set to false. These 'gameId's can be used for further analysis in the functions 'get_window()' and 'get_details()'.

Usage

1
get_event_details(matchId, hl = "en-US", save_details = FALSE)

Arguments

matchId

the id of the match of interest.

hl

string. Locale or language code using ISO 639-1 and ISO 3166-1 alpha-2.

save_details

logical. Should just a table be returned, or also details about the requests.

Value

data.frame of event details or raw query.


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