espn_mbb_team_box {hoopR}R Documentation

Get ESPN men's college basketball team box scores

Description

Get ESPN men's college basketball team box scores

Usage

espn_mbb_team_box(game_id)

Arguments

game_id

Game ID

Value

A team boxscore data frame

Team

col_name types
game_id integer
season integer
season_type integer
game_date Date
game_date_time POSIXct
team_id integer
team_uid character
team_slug character
team_location character
team_name character
team_abbreviation character
team_display_name character
team_short_display_name character
team_color character
team_alternate_color character
team_logo character
team_home_away character
team_score integer
team_winner logical
assists integer
blocks integer
defensive_rebounds integer
field_goal_pct numeric
field_goals_made integer
field_goals_attempted integer
flagrant_fouls integer
fouls integer
free_throw_pct numeric
free_throws_made integer
free_throws_attempted integer
largest_lead character
offensive_rebounds integer
steals integer
team_turnovers integer
technical_fouls integer
three_point_field_goal_pct numeric
three_point_field_goals_made integer
three_point_field_goals_attempted integer
total_rebounds integer
total_technical_fouls integer
total_turnovers integer
turnovers integer
opponent_team_id integer
opponent_team_uid character
opponent_team_slug character
opponent_team_location character
opponent_team_name character
opponent_team_abbreviation character
opponent_team_display_name character
opponent_team_short_display_name character
opponent_team_color character
opponent_team_alternate_color character
opponent_team_logo character
opponent_team_score integer

Author(s)

Saiem Gilani

See Also

Other ESPN MBB Functions: espn_mbb_betting(), espn_mbb_conferences(), espn_mbb_game_all(), espn_mbb_game_rosters(), espn_mbb_pbp(), espn_mbb_player_box(), espn_mbb_player_stats(), espn_mbb_rankings(), espn_mbb_scoreboard(), espn_mbb_standings(), espn_mbb_team_stats(), espn_mbb_teams(), espn_mbb_wp()

Examples


  try(espn_mbb_team_box(game_id = 401479672))


[Package hoopR version 2.1.0 Index]