powered by
MLB Award Recipients
mlb_awards_recipient( award_id = NULL, sport_id = NULL, league_id = NULL, season = NULL )
Returns a tibble with the following columns
award_id to return a directory of players for a given award.
sport_id to return a directory of players for a given aware in a specific sport.
league_id(s) to return a directory of players for a given award in a specific league. Format '103,104'
Year(s) to return a directory of players for a given award in a given season.
# \donttest{ try(mlb_awards_recipient(award_id = 'MLBHOF', season = 2020)) # }
Run the code above in your browser using DataLab