MLB Wind Direction Codes
Value
Returns a tibble with the following columns
col_name | types |
wind_direction_code | character |
wind_direction_description | character |
Examples
# \donttest{
try(mlb_wind_direction_codes())
#> ── MLB Wind Direction Codes data from MLB.com ─────── baseballr 1.6.0 ──
#> ℹ Data updated: 2024-04-13 21:56:54 UTC
#> # A tibble: 11 × 2
#> wind_direction_code wind_direction_description
#> <chr> <chr>
#> 1 Calm Calm
#> 2 In From CF In From CF
#> 3 In From LF In From LF
#> 4 In From RF In From RF
#> 5 L To R L To R
#> 6 None None
#> 7 Out To CF Out To CF
#> 8 Out To LF Out To LF
#> 9 Out To RF Out To RF
#> 10 R To L R To L
#> 11 Varies Varies
# }