Learn R Programming

baseballr (version 1.5.0)

mlb_game_timecodes: 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)

Value

Returns a tibble that includes time codes from the game_pk requested

col_nametypes
timecodes (MMDDYYYY_HHMMSS)numeric

Arguments

game_pk

The game_pk for the game requested

Examples

Run this code
# \donttest{
  try(mlb_game_timecodes(game_pk = 632970))
# }

Run the code above in your browser using DataLab