scrape_raw_list: Scrape raw list object with all the shooting data from...

Description Usage Arguments Value Examples

Description

Scrape raw list object with all the shooting data from Baloncesto en Vivo

Usage

1
scrape_raw_list(game_ids)

Arguments

game_ids

Game IDs

Value

A list object

Examples

1
2
3
4
bad_ids <- c(2010215, 2010150, 2010216, 2010147)
good_ids <- 2010213:2010216
good_requests <- scrape_raw_list(good_ids)
bad_request <- scrape_raw_list(bad_ids)

solmos/rfeb documentation built on May 30, 2019, 1:33 p.m.