| bart_wbb_game_schedule | R Documentation |
Get the full women's game-by-game schedule and results for a season from
barttorvik.com. Pulls the
/ncaaw/{year}_super_sked.json file (one row per game). No API key required.
bart_wbb_game_schedule(year = most_recent_wbb_season())
year |
Season, 4-digit ending-year format (e.g. |
A wehoop_data tibble, one row per game: muid, date, team1,
team2, t1pts, t2pts, winner, loser, plus efficiency / quality
columns, and year.
Other Bart Torvik Functions:
bart_wbb_ratings()
try(bart_wbb_game_schedule(year = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.