Description Usage Arguments Value Examples
Get Game Master Data
1 | get_game_master(game_html)
|
game_html |
xml2::read_html(game_link_full) imported html with game stats |
table with game master data
1 2 3 4 5 6 7 | ## Not run:
games_u11 <- get_links_game()[7,]
completed_games_u11 <- urls_completed_games(games_u11$links_url)
if(length(completed_games_u11)>0) get_game_master(xml2::read_html(completed_games_u11[1]))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.