Releases: sportsdataverse/fastRhockey
Releases · sportsdataverse/fastRhockey
fastRhockey 0.4.0
- Updates logic to add Montreal Force to teams lists/parsing and prepare certain functions for 2023 season
- Under the hood changes to adapt to tidyselect new version guidelines
fastRhockey 0.3.1
- Updates documentation per CRAN's request
fastRhockey 0.3.0
Hit the CRAN, get the bands
You can install the CRAN version of fastRhockey
with:
install.packages("fastRhockey")
Package Summary to Date
Loader functions for PHF
load_phf_pbp()
function added.load_phf_team_box()
function added.load_phf_player_box()
function added.load_phf_schedule()
function added.update_phf_db()
function added.
Player and Team Stats, Leaderboards
phf_leaders()
function added.phf_standings()
function added.phf_player_stats()
function added.phf_team_stats()
function added.phf_team_roster()
function added.
Function naming convention normalization
-
load_phf_game()
-->phf_game_all()
-
load_phf_pbp()
-->phf_pbp()
-
load_phf_boxscore()
-->phf_team_box()
-
load_phf_raw_data()
-->phf_game_raw()
-
Added NHL functions from
powerplay
tofastRhockey