basketball_player_box_score: Get U SPORTS basketball player box scores

View source: R/basketball_player_box_score.R

basketball_player_box_scoreR Documentation

Get U SPORTS basketball player box scores

Description

Get U SPORTS basketball player box scores

Usage

basketball_player_box_score(gender, year = c())

Arguments

gender

Gender of athletes "m" or "w"

year

The season(s) of interest.

Value

Column Name Type
player chr
min int
fgm int
fga int
three_pm int
three_pa int
ftm int
fta int
oreb int
dreb int
reb int
ast int
stl int
blk int
to int
pf int
pts int
starter int
player_number int
player_links chr
date chr
game_id chr
team_name chr
season chr
season_type chr

Examples

try(basketball_player_box_score("m",2018))

usportsR documentation built on March 16, 2026, 5:08 p.m.