R/nhl_scores.R
nhl_scores.Rd
Returns scores for all games on a given date.
nhl_scores(date = NULL)
Character date in "YYYY-MM-DD" format. If NULL, returns current scores.
Returns a data frame with game scores.
# \donttest{ try(nhl_scores()) #> #> NULL # }