days_scores: Get NBA Dates' NBA Scores

Description Usage Arguments Value Examples

View source: R/scores.R

Description

Returns nba score data for a given date

Usage

1
2
3
4
5
6
7
8
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

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

bonusrp/nbastatRR documentation built on Jan. 4, 2020, 9:10 p.m.