soccer_team_box_score: Get U SPORTS soccer team box score data

View source: R/soccer_team_box_score.R

soccer_team_box_scoreR Documentation

Get U SPORTS soccer team box score data

Description

Get U SPORTS soccer team box score data

Usage

soccer_team_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
team chr
goals_1 int
goals_2 int
goals_total int
shots_1 int
shots_2 int
shots_total int
saves_1 int
saves_2 int
saves_total int
fouls_1 int
fouls_2 int
fouls_total int
corners_1 int
corners_2 int
corners_total int
game_date lgl
game_id chr
goals_ot int
goals_2ot int
shots_ot int
shots_2ot int
saves_ot int
saves_2ot int
fouls_ot int
fouls_2ot int
corners_ot int
corners_2ot int
season chr
season_type chr

Examples

try(soccer_team_box_score("m",2018))

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