Download NHL games scores from Hockey-Reference.com
1 2  | getAndSaveNHLGames(start = 1918, end = getCurrentSeason(),
  sleep = 30, data_dir = "./data/scores/", progress = TRUE, ...)
 | 
start | 
 Starting season to download. Season is   | 
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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.