Learn R Programming

NBAloveR (version 0.1.3.3)

getTeamSalary: 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

See Also

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

Examples

Run this code
# NOT RUN {
 salary_phi <- getTeamSalary(team_code = "phi")
 head(salary_phi)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab