get_tips_table: Tippers Tips Table

Description Usage Arguments Value Examples

Description

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

Usage

1
get_tips_table(tippers_id = NA, verbose = FALSE)

Arguments

tippers_id

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

verbose

Logical indication showing scrapping progress bar

Value

a tibble with 6 columns

tip_id

unique id of the tip

tipper_id

unique id of the tipper

game_id

unique id of the game where the tip is on

created_at

date where the tip has created

updated_at

date where the tip has updated

league

league name of the game

tip_play

the tip play

tip_type

the tip type

Examples

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

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