Learn R Programming

hockeyR (version 1.3.0)

get_goalie_stats_hr: Scrape goalie stats

Description

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

Usage

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

Value

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

Arguments

season

Integer value denoting the end year of the season to scrape

Examples

Run this code
if (FALSE) {
get_goalie_stats_hr(2022)
}

Run the code above in your browser using DataLab