fastRhockey icon indicating copy to clipboard operation
fastRhockey copied to clipboard

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

Results 9 fastRhockey issues
Sort by recently updated
recently updated
newest added

Here is an easily reproducible example: Opening RStudio and trying to run `gamedata

Question about the event coordinates. For some reason, when I map them out, I only see a few shots in the top right corner: I tried to go on the...

Curious why this line is needed in the code - or more broadly, why there's a Callback at the end of the base_url? It seems to work without the callback,...

rip to the PHF hard-coded `most_recent_phf_season` to 2023

Hello, I would like to load player box statistics for the current NHL season 2024, but I have received an error message (see below) that the rds file does now...

The function `nhl_game_shifts` aggregates the data from `https://api.nhle.com/stats/rest/en/shiftcharts?cayenneExp=gameId=` via a group_by function. This makes it harder to determine who is on the ice during any given event, in the play...

enhancement

I would like to load all plays from all games in a particular season from a single particular team (e.g. all plays from the Flyers 2021-2022 season). Currently nhl_game_feed() only...

I tried to use update_nhl_db and update_phf_db to create db, but it failed and returned Error in dplyr::filter(., .data$season >= 2016): Problem while computing `..1 = .data$season >= 2016`.Caused by...

bug