Skip to contents

Get ESPN women's college basketball schedule for a specific year

Usage

espn_wbb_scoreboard(season)

Arguments

season

Either numeric or character

Value

Returns a tibble

Examples


# Get schedule from date 2022-11-15
# \donttest{
  try(espn_wbb_scoreboard (season = "20230225"))
#> ── ESPN WBB Scoreboard Information from ESPN.com ─────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:15:00 UTC
#> # A tibble: 532 × 33
#>    matchup        match…¹ season seaso…² seaso…³ game_id game_…⁴ game_…⁵ atten…⁶
#>    <chr>          <chr>    <int>   <int> <chr>   <chr>   <chr>   <chr>     <int>
#>  1 Stanford Card… STAN @…   2023       2 regula… 401498… s:40~l… 2023-0…    9611
#>  2 UConn Huskies… CONN @…   2023       2 regula… 401487… s:40~l… 2023-0…    4278
#>  3 Texas Longhor… TEX @ …   2023       2 regula… 401494… s:40~l… 2023-0…   10127
#>  4 Arizona Wildc… ARIZ @…   2023       2 regula… 401498… s:40~l… 2023-0…    4357
#>  5 Washington Hu… WASH @…   2023       2 regula… 401498… s:40~l… 2023-0…    4375
#>  6 Gonzaga Bulld… GONZ @…   2023       2 regula… 401474… s:40~l… 2023-0…    1994
#>  7 TCU Horned Fr… TCU @ …   2023       2 regula… 401494… s:40~l… 2023-0…   11227
#>  8 California Go… CAL @ …   2023       2 regula… 401498… s:40~l… 2023-0…    3452
#>  9 San Diego Sta… SDSU @…   2023       2 regula… 401485… s:40~l… 2023-0…    2993
#> 10 Middle Tennes… MTSU @…   2023       2 regula… 401492… s:40~l… 2023-0…    1637
#> # … with 522 more rows, 24 more variables: status_name <chr>,
#> #   broadcast_market <chr>, broadcast_name <chr>, start_date <chr>,
#> #   home_team_name <chr>, home_team_logo <chr>, home_team_abb <chr>,
#> #   home_team_id <chr>, home_team_location <chr>, home_team_full_name <chr>,
#> #   home_team_color <chr>, home_score <int>, home_win <int>, home_record <chr>,
#> #   away_team_name <chr>, away_team_logo <chr>, away_team_abb <chr>,
#> #   away_team_id <chr>, away_team_location <chr>, away_team_full_name <chr>, …
# }