A function to scrape all goalie stats from a single season via hockey-reference.com

get_goalie_stats_hr(season = as.numeric(format(Sys.Date() + 81, "%Y")))

Arguments

season

Integer value denoting the end year of the season to scrape

Value

A tibble containing all goalie stats found on hockey-reference.com for the given season

Examples

if (FALSE) {
get_goalie_stats_hr(2022)
}