hhs_team_stats: *Her Hoop Stats Team Statistics*

View source: R/hhs.R

hhs_team_statsR Documentation

Her Hoop Stats Team Statistics

Description

Get a team's statistics page from Her Hoop Stats.

Requires a Her Hoop Stats subscription (see hhs_teams()).

Usage

hhs_team_stats(team_link, email = NULL, password = NULL)

Arguments

team_link

A team page path or URL, e.g. the team_link column returned by hhs_teams().

email, password

Optional explicit subscription credentials.

Value

A wehoop_data tibble of the team's primary statistics table.

Note

Requires a Her Hoop Stats subscription. Member-table layout may change.

See Also

Other Her Hoop Stats Functions: hhs_team_roster(), hhs_teams()

Examples

## Not run: 
  teams <- hhs_teams(2024, 2024, 1)
  hhs_team_stats(team_link = teams$team_link[1])

## End(Not run)

wehoop documentation built on Aug. 25, 2026, 1:06 a.m.