MLB Schedule Event Types
Value
Returns a tibble with the following columns
col_name | types |
schedule_event_type_code | character |
schedule_event_type_name | character |
Examples
# \donttest{
try(mlb_schedule_event_types())
#> ── MLB Schedule Event Types data from MLB.com ─────── baseballr 1.2.0 ──
#> ℹ Data updated: 2022-04-30 07:16:31 UTC
#> # A tibble: 19 × 2
#> schedule_event_type_code schedule_event_type_name
#> <chr> <chr>
#> 1 A All-Star Weekend Event
#> 2 T Team Event
#> 3 E Exhibition
#> 4 Z Postseason Games
#> 5 Y Spring Training Games
#> 6 W Pitchers & Catchers Report
#> 7 X Full Squad Reports
#> 8 H STH Events
#> 9 B Ballpark Tours
#> 10 I Important Dates
#> 11 O Other
#> 12 C Cultural Events
#> 13 D Tracking Data Events
#> 14 F Festival
#> 15 K Kids & Family
#> 16 M Music
#> 17 P Promotion Logo - Background Image
#> 18 Q Promotion Logo - Single Date Image
#> 19 S Studio Event
# }