Acquire time codes for Major and Minor League games
mlb_game_timecodes(game_pk)
game_pk
: The game_pk for the game requestedReturns a tibble that includes time codes from the game_pk requested
col_name | types |
timecodes (MMDDYYYY_HHMMSS) | numeric |
try(mlb_game_timecodes(game_pk = 632970))
Useful links