Learn R Programming

nbastatR (version 0.1.110202031)

get_seasons_players: Seasons players

Description

Seasons players

Usage

get_seasons_players(seasons = 1960:2018, nest_data = F,
  return_message = T)

Arguments

seasons

numeric vector of seasons

nest_data

if TRUE returns a nested data_frame

return_message

if TRUE return message

Value

a `data_frame`

Examples

Run this code
# NOT RUN {
get_seasons_players(2010:2017, nest_data = T, return_message = T)
# }

Run the code above in your browser using DataLab