powered by
MLB Teams History
mlb_team_history(team_ids = NULL, start_season = NULL, end_season = NULL)
Returns a tibble with the following columns
The team_id(s) to return historical data for.
The start_season to return historical data for from the given year to present.
The end_season to return historical data for from the the creation to the given year.
# \donttest{ try(mlb_team_history(team_ids = 147)) # }
Run the code above in your browser using DataLab