Learn R Programming

nbastatR (version 0.1.12031)

players_rotowire: Players RotoWire news

Description

Returns rotowire news for specified players.

Usage

players_rotowire(players = NULL, player_ids = NULL, nest_data = F,
  results = 50, return_message = TRUE)

Arguments

players

vector of player_names

player_ids

vector of player names

nest_data

if TRUE returns a nested data frame

results

integer of results

return_message

if TRUE returns a message

Value

a `tibble`

See Also

Other news: beyond_the_numbers, teams_rotowire

Examples

Run this code
# NOT RUN {
players_rotowire(players = c( "Jarrett Allen", "DeMarre Carroll", "Allen Crabbe"))
# }

Run the code above in your browser using DataLab