Skip to contents

Get ESPN WNBA News

Get ESPN WNBA News

Usage

espn_wnba_news(limit = 50)

Arguments

limit

integer. Maximum number of articles to return. Default 50.

Value

Returns a tibble of news articles.

col_nametypes
idcharacter
typecharacter
headlinecharacter
descriptioncharacter
publishedcharacter
premiumlogical
bylinecharacter
link_webcharacter
league_idcharacter

Details

Retrieve ESPN WNBA news. Uses getOption("wehoop.proxy") or http_proxy/https_proxy environment variables for proxy configuration (per-call proxy override is not supported for ESPN wrappers).

Author

Saiem Gilani

Examples

# \donttest{
  espn_wnba_news(limit = 5)
#> ── ESPN WNBA News from ESPN.com ──────────────────────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-05-06 04:51:35 UTC
#> # A tibble: 5 × 9
#>        id type  headline description published premium byline link_web league_id
#>     <int> <chr> <chr>    <chr>       <chr>     <lgl>   <chr>  <chr>    <chr>    
#> 1  4.87e7 Head… Valkyri… Three week… 2026-05-… FALSE   Kendr… https:/… 59       
#> 2  4.87e7 Head… WNBA GM… The annual… 2026-05-… FALSE   Micha… https:/… 59       
#> 3  4.87e7 Story WNBA 20… Where do a… 2026-05-… FALSE   Micha… https:/… 59       
#> 4  4.84e7 Story Fantasy… Plan for t… 2026-05-… FALSE   ESPN … https:/… 59       
#> 5  4.87e7 Story Dominan… Fantasy ex… 2026-05-… FALSE   Steph… https:/… 59       
# }