soccer_pbp: Get U SPORTS soccer play by play data

View source: R/soccer_pbp.R

soccer_pbpR Documentation

Get U SPORTS soccer play by play data

Description

Get U SPORTS soccer play by play data

Usage

soccer_pbp(gender, year = c())

Arguments

gender

Gender of athletes "m" or "w"

year

The season(s) of interest.

Value

Column Name Type
X int
time chr
event chr
game_id chr
away chr
home chr
season chr
season_type chr

Examples

try(soccer_pbp("m",2018))

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