Learn R Programming

hoopR (version 3.1.0)

fox_basketball_team_stats: Get Fox Sports Basketball Team Stat Leaders

Description

Get Fox Sports Basketball Team Stat Leaders

Get Fox Sports Basketball Team Stat Leaders

Usage

fox_nba_team_stats(team_id)

fox_mbb_team_stats(team_id)

Value

A hoopR_data tibble: team_id, category, stat, stat_abbreviation, player, value.

Arguments

team_id

Fox Bifrost team id.

Author

Saiem Gilani

See Also

Other Fox Basketball Functions: fox_basketball_boxscore, fox_basketball_league_leaders, fox_basketball_odds, fox_basketball_pbp, fox_basketball_standings, fox_basketball_team_gamelog, fox_basketball_team_roster, fox_basketball_teams, fox_mbb_teams_all()

Examples

Run this code
# \donttest{
  try(fox_nba_team_stats("1"))
# }

Run the code above in your browser using DataLab