Learn R Programming

fflr (version 2.3.0)

player_news: 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)

Value

A data frame of news stories.

Arguments

playerId

A single player ID number.

parseHTML

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

See Also

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

Examples

Run this code
player_news(playerId = "15847")

Run the code above in your browser using DataLab