Learn R Programming

nbastatR (version 0.1.110202031)

get_seasons_playoff_picture: NBA seasons playoff picture

Description

Returns playoff picture for specified seasons

Usage

get_seasons_playoff_picture(seasons = NULL, assign_to_environment = TRUE,
  include_numeric_records = F, nest_data = FALSE, return_message = TRUE)

Arguments

seasons

vector of seasons

assign_to_environment

if TRUE returns assigns a data frame for each table in environment

nest_data

if TRUE returns nested data frame

return_message

if TRUE returns a message

include_include_numeric_records

if TRUE parses records

Value

a `data_frame`

Examples

Run this code
# NOT RUN {
get_seasons_playoff_picture(seasons = 2015:2018,
assign_to_environment = TRUE,
 include_numeric_records = T)
# }

Run the code above in your browser using DataLab