days_scores | R Documentation |
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
)
game_dates |
vector of dates |
league |
League
|
day_offset |
day offset |
include_standings |
if |
assign_to_environment |
if |
return_message |
if |
a tibble
days_scores(game_dates = "2017-12-31", include_standings = F, return_message = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.