getAndSaveWHAGames: Download and save WHA Games

Description Usage Arguments

View source: R/scrapeScores.R

Description

Download WHA games scores from Hockey-Reference.com

Usage

1
2
getAndSaveWHAGames(start = 1973, end = 1979, sleep = 30,
  data_dir = "./data/scores/", progress = TRUE, ...)

Arguments

start

Starting season to download. Season is value-1 to value (eg. start=1973 –> 1972-1973 season)

end

Last season to download

sleep

Time to sleep between scrapes

data_dir

Location to save the csv data

progress

Whether to show a progress bar. Default = TRUE.

...

Additional parameters to pass


pbulsink/HockeyScrapR documentation built on Sept. 9, 2020, 9:21 a.m.