mlb_game_timecodes {baseballr} | R Documentation |
Acquire time codes for Major and Minor League games
Description
Acquire time codes for Major and Minor League games
Usage
mlb_game_timecodes(game_pk)
Arguments
game_pk |
The game_pk for the game requested |
Value
Returns a tibble that includes time codes from the game_pk requested
col_name | types |
timecodes (MMDDYYYY_HHMMSS) | numeric |
Examples
try(mlb_game_timecodes(game_pk = 632970))
[Package baseballr version 1.6.0 Index]