
Get ESPN women's college basketball schedule for a specific year
Source:R/espn_wbb_data.R
espn_wbb_scoreboard.Rd
Get ESPN women's college basketball schedule for a specific year
Examples
# Get schedule from date 2021-02-15
# \donttest{
try(espn_wbb_scoreboard (season = "20220215"))
#> ── ESPN WBB Scoreboard Information from ESPN.com ─────────────── wehoop 1.5.0 ──
#> ℹ Data updated: 2022-06-17 12:06:23 UTC
#> # A tibble: 56 × 34
#> matchup matchup_short season season_type season_slug game_id game_uid
#> <chr> <chr> <int> <int> <chr> <chr> <chr>
#> 1 Mississippi St… MSST @ UK 2022 2 regular-se… 401410… s:40~l:…
#> 2 Indiana State … INST @ LUC 2022 2 regular-se… 401408… s:40~l:…
#> 3 Florida State … FSU @ SYR 2022 2 regular-se… 401404… s:40~l:…
#> 4 Miami Hurrican… MIA @ UVA 2022 2 regular-se… 401402… s:40~l:…
#> 5 Presbyterian B… PRES @ SCUP 2022 2 regular-se… 401374… s:40~l:…
#> 6 Winthrop Eagle… WIN @ CHSO 2022 2 regular-se… 401374… s:40~l:…
#> 7 UNC Asheville … UNCA @ RAD 2022 2 regular-se… 401374… s:40~l:…
#> 8 High Point Pan… HP @ GWEB 2022 2 regular-se… 401374… s:40~l:…
#> 9 Campbell Fight… CAMP @ HAMP 2022 2 regular-se… 401374… s:40~l:…
#> 10 Pittsburgh Pan… PITT @ BC 2022 2 regular-se… 401369… s:40~l:…
#> # … with 46 more rows, and 27 more variables: game_date <chr>,
#> # attendance <int>, notes <lgl>, 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>, …
# }