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