Learn R Programming

hoopR (version 3.1.0)

fox_basketball_standings: Get Fox Sports Basketball Standings

Description

Get Fox Sports Basketball Standings

Get Fox Sports Basketball Standings

Usage

fox_nba_standings(team_id)

fox_mbb_standings(team_id)

Value

A hoopR_data tibble of standings rows (team_id, section, the standings columns, entity_id).

Arguments

team_id

Fox Bifrost team id (standings of that team's conference/division).

Author

Saiem Gilani

See Also

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

Examples

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

Run the code above in your browser using DataLab