-
Notifications
You must be signed in to change notification settings - Fork 2
expanded shift data #26
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 by play data as the player_id column is not maintained.
I suggest making a new standalone function that returns the detailed game shift data nhl_game_shifts_detailed, this would make it easier to determine which players are on the ice for a given event.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request