Description Usage Arguments Value
View source: R/scrape_season.R
This function scrapes the per 100 possessions player statistics for a single season.
1 |
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 per 100 possessions
Field goal attempts per 100 possessions
Field goal percentage
3-point field goals per 100 possessions
3-point field goal attempts per 100 possessions
Field goal percentage on 3-point field goal attempts
2-point field goals per 100 possessions
2-point field goal attempts per 100 possessions
Field goal percentage on 2-point field goal attempts
Effective field goal percentage
Free throws per 100 possessions
Free throw attempts per 100 possessions
Free throw percentage
Offensive rebounds per 100 possessions
Defensive rebounds per 100 possessions
Total rebounds per 100 possessions
Assists per 100 possessions
Steals per 100 possessions
Blocks per 100 possessions
Turnovers per 100 possessions
Personal fouls per 100 possessions
Points per 100 possessions
Offensive rating: An estimate of points produced per 100 possessions
Defensive rating: An estimate of points allowed per 100 possessions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.