Learn R Programming

nbastatR (version 0.1.12031)

fanduel_summary: Games fanduel summary

Description

Returns fanduel summary for specified game ids

Usage

fanduel_summary(game_ids = c(21700002, 21700003), nest_data = FALSE,
  return_message = TRUE)

Arguments

game_ids

vector of game ids

nest_data

if TRUE nests data

return_message

if T returns message

Value

a tibble

See Also

Other season: win_probability

Other game: box_scores, game_logs, win_probability

Examples

Run this code
# NOT RUN {
fanduel_summary(game_ids = c(21700002, 21700003), nest_data = F, return_message = T)
# }

Run the code above in your browser using DataLab