| mlb_team_affiliates {baseballr} | R Documentation | 
MLB Team Affiliates
Description
MLB Team Affiliates
Usage
mlb_team_affiliates(team_ids = NULL, sport_ids = NULL, season = NULL)
Arguments
team_ids | 
 The team_id(s) to return affiliates data for.  | 
sport_ids | 
 The sport_id to return team affiliates information for.  | 
season | 
 The season to return team affiliates data for the particular season.  | 
Value
Returns a tibble with the following columns
| col_name | types | 
| all_star_status | character | 
| team_id | integer | 
| team_full_name | character | 
| link | character | 
| season | integer | 
| team_code | character | 
| file_code | character | 
| team_abbreviation | character | 
| team_name | character | 
| location_name | character | 
| first_year_of_play | character | 
| short_name | character | 
| franchise_name | character | 
| club_name | character | 
| active | logical | 
| parent_org_name | character | 
| parent_org_id | integer | 
| spring_league_id | integer | 
| spring_league_name | character | 
| spring_league_link | character | 
| spring_league_abbreviation | character | 
| venue_id | integer | 
| venue_name | character | 
| venue_link | character | 
| spring_venue_id | integer | 
| spring_venue_link | character | 
| league_id | integer | 
| league_name | character | 
| league_link | character | 
| division_id | integer | 
| division_name | character | 
| division_link | character | 
| sport_id | integer | 
| sport_link | character | 
| sport_name | character | 
Examples
  try(mlb_team_affiliates(team_ids = 147))
[Package baseballr version 1.6.0 Index]