bart_team_shooting: Get Team Shooting Splits

View source: R/bart_team_shooting.R

bart_team_shootingR Documentation

Get Team Shooting Splits

Description

Returns team shooting totals and shares by shot location. Data returns back to 2010.

Usage

bart_team_shooting(year = current_season(), conf = NULL, team = NULL)

Arguments

year

Filters to year

conf

Filters to conference

team

Filters to team

Details

'x_share' represents the percentage of made FGs that fall under that category.

Value

Returns a tibble with 20 columns:

team

character.

seed

double.

conf

character.

dunk_fg

character.

dunk_share

double.

dunk_fg_d

character.

dunk_share_d

double.

close_fg

character.

close_share

double.

close_fg_d

character.

close_share_d

double.

far_fg

character.

far_share

double.

far_fg_d

character.

far_share_d

double.

three_fg

character.

three_share

double.

three_fg_d

character.

three_share_d

double.

year

double.

Examples

try(bart_team_shooting(year=2019))

toRvik documentation built on Nov. 10, 2022, 5:50 p.m.