href_skater_stats: Scrape NHL Skater Stats from hockey-reference.com

View source: R/href_skater-stats.R

href_skater_statsR Documentation

Scrape NHL Skater Stats from hockey-reference.com

Description

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

Usage

href_skater_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_skater_stats(seas = c(1990:1999), reg = TRUE, post = TRUE)

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