Learn R Programming

baseballr (version 1.5.0)

load_game_info_sup: Download a data frame of supplemental data about MLB games since 2008.

Description

Download a data frame of supplemental data about MLB games since 2008.

Usage

load_game_info_sup()

Arguments

Value

Function returns a tibble with various columns, including:

  • game_pk

  • game_date

  • venue id

  • attendance

  • game temperature

  • wind speed

  • direction

  • start time

  • end time

Examples

Run this code
# \donttest{
  try(load_game_info_sup())
# }

Run the code above in your browser using DataLab