extractTeamResults: Extract results for a team

View source: R/extractTeamResults.R

extractTeamResultsR Documentation

Extract results for a team

Description

Get results of the games of a given team and season

Usage

extractTeamResults(team, season)

Arguments

team

A three letter string specifying the team code

season

An integer specifying the starting year of the desired season

Value

A tibble

Examples

extractTeamResults(team = "BAR", season = 2017)

ponelplay/test documentation built on April 14, 2022, 12:43 a.m.