getTeamHistory {NBAloveR}R Documentation

Franchise History Data

Description

Franchise's season data

Usage

getTeamHistory(team_code)

Arguments

team_code

Team code consisting of 3 characters to fetch information for

Value

This function returns data.frame including columns:

Author(s)

Koki Ando <koki.25.ando@gmail.com>

See Also

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

Examples

## Not run: 
  BostonCeltics <- getTeamHistory(team_code = "bos")
  head(BostonCeltics)

## End(Not run)


[Package NBAloveR version 0.1.3.3 Index]