View source: R/get_fanduel_data.R
get_fanduel_data | R Documentation |
get data from fd api
get_fanduel_data(
sport,
save_path = NULL,
get_tabs = FALSE,
mlb_tabs = c(),
nba_tabs = c("quick-bets"),
nfl_tabs = c(),
nhl_tabs = c(),
sleep_time = c(12, 15)
)
sport |
chr |
save_path |
chr |
get_tabs |
logical |
mlb_tabs |
chr |
nba_tabs |
chr |
nfl_tabs |
chr |
nhl_tabs |
chr |
sleep_time |
num |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.