View source: R/mlb_team_stats.R
| mlb_team_stats | R Documentation |
MLB Team Individual Stats
mlb_team_stats(
team_id = NULL,
stat_type = NULL,
game_type = NULL,
stat_group = NULL,
season = NULL,
sport_ids = NULL
)
team_id |
Team ID to return information and ranking for a particular statistic for a particular team. |
stat_type |
Stat type to return statistics for. |
game_type |
Game type to return information for a particular statistic in a particular game type. |
stat_group |
Stat group to return information and ranking for a particular statistic in a particular group. |
season |
Year to return information and ranking for a particular statistic in a given year. |
sport_ids |
The sport_id(s) to return information and ranking information for. |
Returns a tibble with the following columns
| col_name | types |
| season | character |
| games_played | integer |
| ground_outs | integer |
| air_outs | integer |
| runs | integer |
| doubles | integer |
| triples | integer |
| home_runs | integer |
| strike_outs | integer |
| base_on_balls | integer |
| intentional_walks | integer |
| hits | integer |
| hit_by_pitch | integer |
| avg | character |
| at_bats | integer |
| obp | character |
| slg | character |
| ops | character |
| caught_stealing | integer |
| stolen_bases | integer |
| stolen_base_percentage | character |
| ground_into_double_play | integer |
| number_of_pitches | integer |
| plate_appearances | integer |
| total_bases | integer |
| rbi | integer |
| left_on_base | integer |
| sac_bunts | integer |
| sac_flies | integer |
| babip | character |
| ground_outs_to_airouts | character |
| catchers_interference | integer |
| at_bats_per_home_run | character |
| team_id | integer |
| team_name | character |
| team_link | character |
| type_display_name | character |
| group_display_name | character |
try(mlb_team_stats(team_id = 137, stat_type = 'season', stat_group = 'hitting', season = 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.