powered by
Returns nba score data for a given date
get_days_nba_scores(game_dates = NULL, day_offset = 0, include_standings = F, assign_to_environment = TRUE, return_message = TRUE)
vector of dates
day offset
if TRUE includes standings as of the date
TRUE
if TRUE assigns each table to environment with name containing dataScore
if TRUE returns a message
a data_frame
data_frame
# NOT RUN { get_days_nba_scores(game_dates = "2017-12-31", include_standings = F, return_message = T) # }
Run the code above in your browser using DataLab