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
)

Arguments

game_dates

vector of dates

league

League

  • WNBA

  • NBA

day_offset

day offset

include_standings

if TRUE includes standings as of the date

assign_to_environment

if TRUE assigns each table to environment with name containing dataScore

return_message

if TRUE returns a message

Value

a tibble

Examples

days_scores(game_dates = "2017-12-31", include_standings = F, return_message = T)