load_cfb_rosters {cfbfastR}R Documentation

Load College Football Rosters

Description

Load College Football Rosters

Usage

load_cfb_rosters(seasons = most_recent_cfb_season())

Arguments

seasons

a numeric vector of seasons to return, defaults to returning this year's data if it is September or later. If set to TRUE, will return all available data.

Value

A tibble of season-level roster data.

See Also

cfbd_team_roster()

Issues with this data should be filed here: https://github.com/sportsdataverse/cfbfastR-data

Examples


  try(load_cfb_rosters(2020))



[Package cfbfastR version 1.9.0 Index]