Last chance! 50% off unlimited learning
Sale ends in
Returns nba score data for a given date
days_scores(game_dates = NULL, league = "NBA", day_offset = 0,
include_standings = F, assign_to_environment = TRUE,
return_message = TRUE)
vector of dates
League
WNBA
NBA
day offset
if TRUE
includes standings as of the date
if TRUE
assigns each table to environment with name containing dataScore
if TRUE
returns a message
a tibble
# NOT RUN {
days_scores(game_dates = "2017-12-31", include_standings = F, return_message = T)
# }
Run the code above in your browser using DataLab