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.2.0 ──
#> ℹ Data updated: 2022-04-30 07:16:47 UTC
#> # A tibble: 11 × 2
#> wind_direction_code wind_direction_description
#> <chr> <chr>
#> 1 Calm Calm
#> 2 None None
#> 3 Varies Varies
#> 4 In From RF In From RF
#> 5 In From LF In From LF
#> 6 In From CF In From CF
#> 7 R To L R To L
#> 8 L To R L To R
#> 9 Out To CF Out To CF
#> 10 Out To RF Out To RF
#> 11 Out To LF Out To LF
# }