Learn R Programming

wehoop (version 3.0.0)

bart_wbb_game_schedule: Bart Torvik Women's Season Schedule & Results

Description

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.

Usage

bart_wbb_game_schedule(year = most_recent_wbb_season())

Value

A wehoop_data tibble, one row per game: muid, date, team1, team2, t1pts, t2pts, winner, loser, plus efficiency / quality columns, and year.

Arguments

year

Season, 4-digit ending-year format (e.g. 2024). Defaults to most_recent_wbb_season().

See Also

Other Bart Torvik Functions: bart_wbb_ratings()

Examples

Run this code
# \donttest{
  try(bart_wbb_game_schedule(year = 2024))
# }

Run the code above in your browser using DataLab