- Functions for pbpstats API wrapper
- Thin wrapper for all pbpstats API endpoints
- Added functions for both NBA.com pbp endpoints data.nba.com and stats.nba.com
- Removed pbp processing function (rework in progress)
- Play-by-play and Shot Chart functions updates:
pbp_lineups()pbp_box_scores_lineup()pbp_box_scores_lineup_matchups()pbp_box_scores_player()nba_player_news()pbp_box_scores_player()nba_shot_chart()- PBP functions to quickly process lineup and player level box scores
- Shot chart functions to quickly process and display shot location data
- Updates to dependencies
- Minor updates to code across functions for improved readability
- Play-by-play functions:
pbp_lineups()pbp_box_scores()nba_players()get_team_colors()- Minor bug fix in the
nba_win_probability()function
- Player profile functions:
nba_profile_info()nba_profile_stats()nba_career_splits()nba_player_highs()nba_career_stats()nba_career_rankings()nba_player_awards()- Updated order of function inputs for consistency across functions.
- More control over the data requested and output format.
- Updated introduction vignette.
- Initial release with core NBA data fetching and consolidation functions.