getMatchups: Season Matchups

Description Usage Arguments Value Author(s) See Also Examples

Description

Season Matchups and results of a given team

Usage

1
getMatchups(team_code, season)

Arguments

team_code

Team code consisting 3 characters

season

Season number

Value

This function returns data.frame including columns:

Author(s)

Koki Ando

See Also

https://www.basketball-reference.com/teams/

Examples

1
2
3
4
5
## Not run: 
 bos19 <- getMatchups(team_code = "bos", season = 2019)
 head(bos19)

## End(Not run)

NBAloveR documentation built on May 1, 2019, 11:29 p.m.