get_coach_seasons: Gets all available coach season data

Description Usage Arguments

View source: R/get_coach_seasons.R

Description

Gets all available coach season data

Usage

1
2
get_coach_seasons(firstName = NULL, lastName = NULL, team = NULL,
  year = NULL, minYear = NULL, maxYear = NULL)

Arguments

firstName

(optional) First Name of coach

lastName

(optional) Last Name of coach

team

(optional) Name for team. "Michigan" and 'Oregon State' are valid examples.

year

(optional) Individual year value

minYear

(optional) Starting year for which coaches should be returned. Will be ignored if year is provided.

maxYear

(optional) Final year for which coaches should be returned. Will be ignored if year is provided.


zmalosh/CollegeFootballDataR documentation built on Nov. 5, 2019, 1:28 p.m.