Description Usage Arguments Examples
View source: R/by-season-parsers.r
Parse latest updates into a tidy data frame. This function is pretty slow right now. Needs to be sped up in the future.
1 | parse_latest_updates(json)
|
json |
content from response |
1 2 3 4 5 | ## Not run:
resp <- latest_updates("nba")
updates <- parse_latest_updates(resp$content)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.