mlb_game_status_codes {baseballr} | R Documentation |
MLB Game Status Codes
Description
MLB Game Status Codes
Usage
mlb_game_status_codes()
Value
Returns a tibble with the following columns
col_name | types |
abstract_game_state | character |
coded_game_state | character |
detailed_state | character |
status_code | character |
reason | character |
abstract_game_code | character |
Examples
try(mlb_game_status_codes())
[Package baseballr version 1.6.0 Index]