View source: R/get_skater_stats_hr.R
get_skater_stats_hr | R Documentation |
A function to scrape all skater stats from a single season via hockey-reference.com
get_skater_stats_hr(season = as.numeric(format(Sys.Date() + 81, "%Y")))
season |
Integer value denoting the end year of the season to scrape |
A tibble containing all skater stats found on hockey-reference.com for the given season
## Not run: get_skater_stats_hr(2022) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.