get_tippers_table: Tippers Table Summary

Description Usage Arguments Value Examples

View source: R/json.R

Description

Returns a tibble with id, name and others informations of each tipper requested

Usage

1
get_tippers_table(tippers_id = NA, verbose = FALSE)

Arguments

tippers_id

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

verbose

Logical indication showing scrapping progress bar

Value

a tibble with 6 columns

tipper_id

unique id of the tipper

name

name of the tipper

is_expert

the tipper is an expert?

is_author

the tipper is an author of sport articles?

is_verified

the tipper is verified/famous in action network?

num_followers

total number of followers in action network

Examples

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

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