basketball_pbp: Get U SPORTS basketball play by play data

View source: R/basketball_pbp.R

basketball_pbpR Documentation

Get U SPORTS basketball play by play data

Description

Get U SPORTS basketball play by play data

Usage

basketball_pbp(gender, year = c())

Arguments

gender

Gender of athletes "m" or "w"

year

The season(s) of interest.

Value

Column Name Type
time chr
away chr
away_score int
home_score int
home chr
quarter chr
game_id chr
away_team chr
home_team chr
season chr
season_type chr

Examples

try(basketball_pbp("m",2018))

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