fastRhockey

Boxscore and play-by-play stat scraper for the Premier Hockey Federation (PHF, formerly known as the NWHL).

OTHER License

Downloads
438
Stars
21
Committers
3

Bot releases are hidden (Show)

fastRhockey - fastRhockey 0.4.0 Latest Release

Published by saiemgilani almost 2 years ago

  • 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 - fastRhockey 0.3.1

Published by saiemgilani about 2 years ago

  • Updates documentation per CRAN's request
fastRhockey - fastRhockey 0.3.0

Published by saiemgilani over 2 years ago

  • Add print method for all functions with a time stamp and description of the data
    image

  • Add phf_team_logos dataset to package for reference

  • espn_nhl_teams() function added.

fastRhockey - Hit the CRAN, get the bands

Published by saiemgilani almost 3 years ago

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 to fastRhockey