Description Usage Arguments Value
View source: R/scrape_season.R
This function scrapes the player statistics totals for a single season.
1 | scrape_season_totals(year)
|
year |
The year that the season in question finished. i.e. 2015 would return the statistics for the season 2014-15. |
A tibble with a row for each player.
The fields are:
The season these statistics are for
Player name
https://www.basketball-reference.com/ player page identifier
Position
Age of player at the start of February 1st of that season
Team
Games
Games started
Minutes played
Field goals
Field goal attempts
Field goal percentage
3-point field goals
3-point field goal attempts
Field goal percentage on 3-point field goal attempts
2-point field goals
2-point field goal attempts
Field goal percentage on 2-point field goal attempts
Effective field goal percentage
Free throws
Free throw attempts
Free throw percentage
Offensive rebounds
Defensive rebounds
Total rebounds
Assists
Steals
Blocks
Turnovers
Personal fouls
Points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.