Description Usage Arguments Examples
View source: R/by-date-parsers.r
Parse fantasy salaries for today's games
1  | parse_daily_dfs(json, site = c("draftkings", "fanduel"))
 | 
json | 
 content from response  | 
site | 
 draftkings or fanduel  | 
1 2 3 4 5  | ## Not run: 
resp <- daily_dfs("nba")
parse_daily_dfs(resp$content)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.