href_goalie_stats: Scrape NHL Goalie Stats from hockey-reference.com

View source: R/href_goalie-stats.R

href_goalie_statsR Documentation

Scrape NHL Goalie Stats from hockey-reference.com

Description

Gathers NHL goalie stats by season for the selected seasons and combines results into one dataset.

Usage

href_goalie_stats(seas, reg = TRUE, post = TRUE)

Arguments

seas

Which seasons would you like to retrieve data for? No default set. Earliest available season is 1918.

reg

Include regular season data? Defaults to TRUE

post

Include postseason data? Defaults to TRUE

Examples

href_goalie_stats(seas = c(1990:1999), reg = TRUE, post = TRUE)

skillalytics/skillalytics-scraper documentation built on Oct. 10, 2022, 11:41 p.m.