mlb_awards: *MLB Awards*

View source: R/mlb_awards.R

mlb_awardsR Documentation

MLB Awards

Description

MLB Awards

Usage

mlb_awards()

Value

Returns a tibble with the following columns

col_name types description
award_id character Award identifier code.
award_name character Award name.
award_description character Award description.
sort_order integer Display sort order for the award.
active logical Whether the award is currently active.
notes character Additional notes about the award.
sport_id integer MLB sport ID associated with the award.
sport_link character MLB Stats API relative sport link.
league_id integer MLB league ID associated with the award.
league_link character MLB Stats API relative league link.

Examples


  try(mlb_awards())


baseballr documentation built on Aug. 27, 2026, 1:07 a.m.