getTeamSalary {NBAloveR} | R Documentation |
Players' Salary
Description
Players' salary data for a given team
Usage
getTeamSalary(team_code)
Arguments
team_code |
Team code consisting of 3 characters to fetch information for |
Author(s)
Koki Ando <koki.25.ando@gmail.com>
See Also
https://www.basketball-reference.com/contracts/
Examples
## Not run:
salary_phi <- getTeamSalary(team_code = "phi")
head(salary_phi)
## End(Not run)
[Package NBAloveR version 0.1.3.3 Index]