Skip to contents

Get ESPN women's college basketball player stats data

Usage

espn_wbb_player_stats(athlete_id, year, season_type = "regular", total = FALSE)

Arguments

athlete_id

Athlete ID

year

Year

season_type

(character, default: regular): Season type - regular or postseason

total

(boolean, default: FALSE): Totals

Value

Returns a tibble with the player stats data

Author

Saiem Gilani

Examples

# \donttest{
  try(espn_wbb_player_stats(athlete_id = 2984250, year = 2022))
#> ── ESPN WBB Player Season Stats from ESPN.com ────────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:14:59 UTC
#> # A tibble: 1 × 126
#>   athlet…¹ athle…² athle…³ athle…⁴ sdr   first…⁵ last_…⁶ full_…⁷ displ…⁸ short…⁹
#>   <chr>    <chr>   <chr>   <chr>   <chr> <chr>   <chr>   <chr>   <chr>   <chr>  
#> 1 2984250  s:40~l… 30161e… basket… 2984… Morgan  Jones   Morgan… Morgan… M. Jon…
#> # … with 116 more variables: height <dbl>, display_height <chr>,
#> #   birth_place_city <chr>, birth_place_state <chr>, birth_place_country <chr>,
#> #   slug <chr>, headshot_href <chr>, headshot_alt <chr>, jersey <chr>,
#> #   position_id <chr>, position_name <chr>, position_display_name <chr>,
#> #   position_abbreviation <chr>, position_leaf <lgl>, linked <lgl>,
#> #   experience_years <int>, experience_display_value <chr>,
#> #   experience_abbreviation <chr>, active <lgl>, status_id <chr>, …
# }