Description Usage Arguments Value Examples
Scrape raw list object with all the shooting data from Baloncesto en Vivo
1 | scrape_raw_list(game_ids)
|
game_ids |
Game IDs |
A list object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.