Description Usage Arguments Value
View source: R/get_event_details.R
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()'.
1 | get_event_details(matchId, hl = "en-US", save_details = FALSE)
|
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. |
data.frame of event details or raw query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.