powered by
Returns playoff picture for specified seasons
get_seasons_playoff_picture(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 `data_frame`
# 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