seasons_schedule | R Documentation |
NBA seasons schedules
seasons_schedule(
seasons = 2019,
season_types = "Regular Season",
parse_boxscores = F,
box_score_tables = c("Traditional"),
nest_data = FALSE,
return_message = TRUE
)
seasons |
vector of seasons where season is year ending |
season_types |
type of season |
parse_boxscores |
if 'TRUE' parses box scores |
box_score_tables |
vector of box score table names |
nest_data |
if 'TRUE' nests the data |
return_message |
if 'TRUE' |
a tibble()
seasons_schedule(seasons = c(2012, 2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.