Skip to content

kenpomR 0.4.0 - Maybe needs a package renaming

Compare
Choose a tag to compare
@saiemgilani saiemgilani released this 29 Apr 10:43
  • Added support for ESPN's NBA play-by-play endpoints with the addition of the following functions:
  • kenpomR::espn_nba_game_all() - a convenience wrapper function around the following three functions (returns the results as a list of three data frames)
    • kenpomR::espn_nba_team_box()
    • kenpomR::espn_nba_player_box()
    • kenpomR::espn_nba_pbp()
  • kenpomR::espn_nba_teams()
  • kenpomR::espn_nba_scoreboard()