Skip to contents

Get a team's player roster + stats from Her Hoop Stats.

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

Usage

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

Arguments

A team page path or URL (the team_link column from hhs_teams()).

email, password

Optional explicit subscription credentials.

Value

A wehoop_data tibble, one row per player.

Note

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

See also

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

Examples

if (FALSE) { # \dontrun{
  teams <- hhs_teams(2024, 2024, 1)
  hhs_team_roster(team_link = teams$team_link[1])
} # }