getRecords: Get Different Records for Teams

Description Usage Arguments Value Examples

View source: R/getRecords.R

Description

Get Different Records for Teams

Usage

1
getRecords(stage = 1)

Arguments

stage

Either 1 or 2, denotes the stage of the competition to use data from. Default is 1.

Value

A dataframe containing wins, losses, and win percentages for various types of games (home, away, neutral) for each team in each season

Examples

1
2
3
4
5
#get stage 2 records data
## Not run: 
records <- getRecords(stage = 2)

## End(Not run)

npeters1322/bRacketbusteRs documentation built on Dec. 22, 2021, 3:14 a.m.