scrape_season_per_100_poss: Scrape player per 100 possession statistics for a given...

Description Usage Arguments Value

View source: R/scrape_season.R

Description

This function scrapes the per 100 possessions 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 100 possessions

FGA

Field goal attempts per 100 possessions

FG%

Field goal percentage

3P

3-point field goals per 100 possessions

3PA

3-point field goal attempts per 100 possessions

3P%

Field goal percentage on 3-point field goal attempts

2P

2-point field goals per 100 possessions

2PA

2-point field goal attempts per 100 possessions

2P%

Field goal percentage on 2-point field goal attempts

eFG%

Effective field goal percentage

FT

Free throws per 100 possessions

FTA

Free throw attempts per 100 possessions

FT%

Free throw percentage

ORB

Offensive rebounds per 100 possessions

DRB

Defensive rebounds per 100 possessions

TRB

Total rebounds per 100 possessions

AST

Assists per 100 possessions

STL

Steals per 100 possessions

BLK

Blocks per 100 possessions

TOV

Turnovers per 100 possessions

PF

Personal fouls per 100 possessions

PTS

Points per 100 possessions

ORtg

Offensive rating: An estimate of points produced per 100 possessions

DRtg

Defensive rating: An estimate of points allowed per 100 possessions


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