| hhs_team_stats | R Documentation |
Get a team's statistics page from Her Hoop Stats.
Requires a Her Hoop Stats subscription (see hhs_teams()).
hhs_team_stats(team_link, email = NULL, password = NULL)
team_link |
A team page path or URL, e.g. the |
email, password |
Optional explicit subscription credentials. |
A wehoop_data tibble of the team's primary statistics table.
Requires a Her Hoop Stats subscription. Member-table layout may change.
Other Her Hoop Stats Functions:
hhs_team_roster(),
hhs_teams()
## Not run:
teams <- hhs_teams(2024, 2024, 1)
hhs_team_stats(team_link = teams$team_link[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.