Description Usage Arguments Value Examples
Returns a tibble with id, league, periods and W/L of tips
1 | get_tips_table(tippers_id = NA, verbose = FALSE)
|
tippers_id |
A vector with all tippers id's you want tips. |
verbose |
Logical indication showing scrapping progress bar |
a tibble
with 6 columns
unique id of the tip
unique id of the tipper
unique id of the game where the tip is on
date where the tip has created
date where the tip has updated
league name of the game
the tip play
the tip type
1 | get_tips_table(tippers_id = c(184328, 184329))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.