Description Usage Arguments Value Examples
Returns a tibble with id, league, periods and W/L of tips
1 | get_stats_table(tippers_id = NA, verbose = FALSE)
|
tippers_id |
A vector with all tippers id's you want stats. |
verbose |
Logical indication showing scrapping progress bar |
a tibble
with 6 columns
unique id of the tipper
league name of the tip stats
period of sampling for calculate stats
count of wins in the specif league and time period
count of losses in the specif league and time period
count of tips in the specif league and time period
1 | get_stats_table(tippers_id = c(184328, 184329))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.