get_stats_table: Tippers Stats Table

Description Usage Arguments Value Examples

Description

Returns a tibble with id, league, periods and W/L of tips

Usage

1
get_stats_table(tippers_id = NA, verbose = FALSE)

Arguments

tippers_id

A vector with all tippers id's you want stats.

verbose

Logical indication showing scrapping progress bar

Value

a tibble with 6 columns

tipper_id

unique id of the tipper

league

league name of the tip stats

period

period of sampling for calculate stats

win

count of wins in the specif league and time period

loss

count of losses in the specif league and time period

count

count of tips in the specif league and time period

Examples

1
get_stats_table(tippers_id = c(184328, 184329))

damarals/actiontips documentation built on Dec. 19, 2021, 8:03 p.m.