scrape_season_per_36_minute: Scrape player per 36 minute statistics for a given season.

Description Usage Arguments Value

View source: R/scrape_season.R

Description

This function scrapes the per 36 minute player statistics for a single season.

Usage

1

Arguments

year

The year that the season in question finished. i.e. 2015 would return the statistics for the season 2014-15.

Value

A tibble with a row for each player.

The fields are:

Season

The season these statistics are for

Player

Player name

PlayerId

https://www.basketball-reference.com/ player page identifier

Pos

Position

Age

Age of player at the start of February 1st of that season

Tm

Team

G

Games

GS

Games started

MP

Minutes played

FG

Field goals per 36 minutes

FGA

Field goal attempts per 36 minutes

FG%

Field goal percentage

3P

3-point field goals per 36 minutes

3PA

3-point field goal attempts per 36 minutes

3P%

Field goal percentage on 3-point field goal attempts

2P

2-point field goals per 36 minutes

2PA

2-point field goal attempts per 36 minutes

2P%

Field goal percentage on 2-point field goal attempts

eFG%

Effective field goal percentage

FT

Free throws per 36 minutes

FTA

Free throw attempts per 36 minutes

FT%

Free throw percentage

ORB

Offensive rebounds per 36 minutes

DRB

Defensive rebounds per 36 minutes

TRB

Total rebounds per 36 minutes

AST

Assists per 36 minutes

STL

Steals per 36 minutes

BLK

Blocks per 36 minutes

TOV

Turnovers per 36 minutes

PF

Personal fouls per 36 minutes

PTS

Points per 36 minutes


TambourineMan88/bballR documentation built on Dec. 11, 2019, 7:23 p.m.