Get a team's statistics page from Her Hoop Stats.
Requires a Her Hoop Stats subscription (see hhs_teams()).
Arguments
- team_link
A team page path or URL, e.g. the
team_linkcolumn returned byhhs_teams().- email, password
Optional explicit subscription credentials.
See also
Other Her Hoop Stats Functions:
hhs_team_roster(),
hhs_teams()
Examples
if (FALSE) { # \dontrun{
teams <- hhs_teams(2024, 2024, 1)
hhs_team_stats(team_link = teams$team_link[1])
} # }
