statsapi_gameinfo: Find game_pk values for professional baseball games (major...

View source: R/statsapi_gameinfo.R

statsapi_gameinfoR Documentation

Find game_pk values for professional baseball games (major and minor leagues) via the MLB api http://statsapi.mlb.com/api/

Description

Find game_pk values for professional baseball games (major and minor leagues) via the MLB api http://statsapi.mlb.com/api/

Usage

statsapi_gameinfo(year, level_ids = c(1, 11:17, 5442))

Arguments

year

The year for which you want to find game_pk values for MLB games

level_ids

A numeric vector with ids for each level where game_pks are desired. See below for a reference of level ids.

Value

Returns a data frame that includes game_pk values and additional information for games scheduled or played

Level IDs

The following IDs can be passed to the level_ids argument:

1 = MLB 11 = Triple-A 12 = Doubl-A 13 = Class A Advanced 14 = Class A 15 = Class A Short Season 5442 = Rookie Advanced 16 = Rookie 17 = Winter League

Examples

## Not run: statsapi_gameinfo(2018:2019, 1))

pontsuyu/mlbR documentation built on March 23, 2023, 6:38 a.m.