| hhs_teams | R Documentation |
Get the NCAA women's team single-season summary table from Her Hoop Stats.
Her Hoop Stats is a subscription service; this logs in with your own
credentials (read from the email/password arguments, the
wehoop.herhoopstats_email/..._password options, or the
HERHOOPSTATS_EMAIL/HERHOOPSTATS_PW environment variables) and returns one
row per team-season, with a team_link column for hhs_team_stats() /
hhs_team_roster().
hhs_teams(
min_season = most_recent_wbb_season(),
max_season = most_recent_wbb_season(),
division = 1,
email = NULL,
password = NULL
)
min_season, max_season |
Season range (4-digit ending year; |
division |
NCAA division: |
email, password |
Optional explicit subscription credentials. |
A wehoop_data tibble, one row per team-season (record, scoring and
per-100-possession columns), plus a team_link column and the requested
min_season / max_season / division.
Requires a Her Hoop Stats subscription. The member-table layout may change over time; selectors here are a starting point.
Other Her Hoop Stats Functions:
hhs_team_roster(),
hhs_team_stats()
## Not run:
# requires HERHOOPSTATS_EMAIL / HERHOOPSTATS_PW
hhs_teams(min_season = 2024, max_season = 2024, division = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.