Learn R Programming

wehoop (version 3.0.0)

basketball_load_wbb_standings_schema: Shared column schema: basketball load wbb standings schema

Description

Columns shared verbatim across: load_wbb_standings, load_wnba_standings.

Arguments

Details

col_nametypesdescription
seasonintegerSeason identifier (4-digit year or 'YYYY-YY' string).
season_typeintegerSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
team_idcharacterUnique team identifier.
team_slugcharacterURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_locationcharacterTeam city or location string.
team_namecharacterFull team display name (e.g. 'Las Vegas Aces').
team_abbreviationcharacterShort team abbreviation (e.g. 'LAS').
team_display_namecharacterFull team display name.
conference_idcharacterConference identifier.
conference_namecharacterFull conference name.
winsintegerTotal wins.
lossesintegerTotal losses.
win_percentnumericWin percent.
games_playedintegerGames played.
points_fornumericPoints for.
points_againstnumericPoints allowed.
point_differentialnumericPoint differential.
streakcharacterCurrent streak (e.g. 'W3' for three-game win streak).