Returns playoff picture for specified seasons

playoff_pictures(
  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 `tibble`

Examples

playoff_pictures(seasons = 2015:2018,
assign_to_environment = TRUE,
 include_numeric_records = T)