Description Usage Arguments Value Examples
View source: R/parse_gameDetail.R
Parse game detail object as returned by fetch_gameDetail()
into a set of flat tibbles.
1 | parse.gameDetail(gameDetail)
|
gameDetail |
SIHF API gameDetail object (see |
Tibbles containing the parsed information from game detail. Moste information is nested in the list columns.
1 2 | gameDetail <- fetch_gameDetail(20171105078373)
gameDetail.parsed <- parse.gameDetail(gameDetail)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.