player_news: Player news

View source: R/news.R

player_newsR Documentation

Player news

Description

The free and premium ESPN stories on given players. A maximum of 50 stories can be returned at a time.

Usage

player_news(playerId, parseHTML = FALSE)

Arguments

playerId

A single player ID number.

parseHTML

Should HTML stories be parsed with xml2::read_html()?

Value

A data frame of news stories.

See Also

Other player functions: all_players(), list_players(), player_info(), player_outlook(), recent_activity(), transaction_counter()

Examples

player_news(playerId = "15847")

fflr documentation built on Sept. 14, 2023, 9:10 a.m.