get_skater_stats_hr: Scrape skater stats

View source: R/get_skater_stats_hr.R

get_skater_stats_hrR Documentation

Scrape skater stats

Description

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

Usage

get_skater_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 skater stats found on hockey-reference.com for the given season

Examples

## Not run: 
get_skater_stats_hr(2022)

## End(Not run)

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