Learn R Programming

hoopR (version 3.1.0)

fox_basketball_team_gamelog: Get Fox Sports Basketball Team Game Log

Description

Get Fox Sports Basketball Team Game Log

Get Fox Sports Basketball Team Game Log

Usage

fox_nba_team_gamelog(team_id)

fox_mbb_team_gamelog(team_id)

Value

A hoopR_data tibble (long): team_id, season_type, category, game_id, game_date, opponent, stat, 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_roster, fox_basketball_team_stats, fox_basketball_teams, fox_mbb_teams_all()

Examples

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

Run the code above in your browser using DataLab