ds.scrape_nested_games: Scrape Multiple Games 'scrape_nested_games()' collects all...

Description Usage Arguments Value

View source: R/2_scrape.R

Description

Scrape Multiple Games scrape_nested_games() collects all game data corresponding to a given vector of game IDs and season

Usage

1
2
3
ds.scrape_nested_games(games = ds.all_games, season = "20182019",
  pause = 1, try_tolerance = 3, agents = ds.user_agents[[1]],
  presave = TRUE, use_presaved = TRUE, data_dir = "nhlgamedata")

Arguments

games

numeric vector. The game IDs. Defaults to all regular-season and playoff game IDs.

season

character. The season. Default "20182019".

pause

numeric. Seconds to pause between games. Default 1.

try_tolerance

numeric. Number of times to bang head against wall. Default 3.

agents

character vector. HTTP user agent strings. Defaults to a single sensible string.

presave

logical. Save scraped games for later retrieval? Default TRUE.

use_presaved

logical. Reload any presaved games instead of downloading? Default TRUE.

data_dir

character. Path to saved games. Default "nhlgamedata".

Value

A list of several five-element lists, one for each game


deepfriar/dryscrape documentation built on Nov. 5, 2019, 2:27 p.m.