get_team_matchups: Gets games between two teams

Description Usage Arguments

View source: R/get_team_matchups.R

Description

Get all of the teams that meet the provided criteria

Usage

1
get_team_matchups(team1, team2, minYear = NULL, maxYear = NULL)

Arguments

team1

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

team2

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

minYear

(optional) Starting year for which matchups should be returned.

maxYear

(optional) Final year for which matchups should be returned


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