cfl_plays: Query for CFL Play-by_Play information

Description Usage Arguments Value Examples

View source: R/cfl_pbp.R

Description

Query for CFL Play-by_Play information

Usage

1
cfl_plays(season = NA, game_id = NA)

Arguments

season

Required parameter for the football season.

game_id

Required parameter for the football game id.

Value

Returns a tibble with play information for a game

Examples

1
2
3
4
## Not run: 
cfl_plays(season = 2016, game_id = 2280)

## End(Not run)

NorthernLightsDataLab/tidyCFL documentation built on Dec. 30, 2021, 12:21 a.m.