powered by
Returns playoff picture for specified seasons
playoff_pictures(seasons = NULL, assign_to_environment = TRUE, include_numeric_records = F, nest_data = FALSE, return_message = TRUE)
vector of seasons
if TRUE returns assigns a data frame for each table in environment
TRUE
if TRUE returns nested data frame
if TRUE returns a message
if TRUE parses records
a `tibble`
# NOT RUN { playoff_pictures(seasons = 2015:2018, assign_to_environment = TRUE, include_numeric_records = T) # }
Run the code above in your browser using DataLab