get_game: Retrieve the play-by-play for a given game

Description Usage Arguments Value Examples

Description

Scrapes the play-by-play for a given football game.

Non-vectorized play-by-play scraper

Usage

1
2
3

Arguments

ids

Vector of espn.go.com game identifiers, as either characters or numerics.

Value

A list of team information and play-by-play data presented in a dataframe. If `teams` is a vector, a list of lists is returned.

A list of team information and play-by-play presented in a dataframe.

Examples

1
2
3
4
## Not run: 
get_game(c(400852682, 400852737))

## End(Not run)

benjcunningham/cfbmod documentation built on May 12, 2019, 11:56 a.m.