get_goalie_stats_hr: Scrape goalie stats

View source: R/get_goalie_stats_hr.R

get_goalie_stats_hrR Documentation

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")))

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

## Not run: 
get_goalie_stats_hr(2022)

## End(Not run)

hockeyR documentation built on Oct. 12, 2022, 5:07 p.m.