soccer_player_box_score: Get U SPORTS soccer player box score data

View source: R/soccer_player_box_score.R

soccer_player_box_scoreR Documentation

Get U SPORTS soccer player box score data

Description

Get U SPORTS soccer player box score data

Usage

soccer_player_box_score(gender, year = c())

Arguments

gender

Gender of athletes "m" or "w"

year

The season(s) of interest.

Value

Column Name Type
X int
player chr
sh int
sog int
g int
a int
min int
yellow_card int
red_card int
player_links chr
game_id chr
sog_against int
ga int
sv int
game_date chr
season chr
season_type chr

Examples

try(soccer_player_box_score("m",2018))

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