parse_latest_updates: Parse latest updates

Description Usage Arguments Examples

View source: R/by-season-parsers.r

Description

Parse latest updates into a tidy data frame. This function is pretty slow right now. Needs to be sped up in the future.

Usage

1

Arguments

json

content from response

Examples

1
2
3
4
5
## Not run: 
resp <- latest_updates("nba")
updates <- parse_latest_updates(resp$content)

## End(Not run)

zamorarr/msf documentation built on May 3, 2019, 9:01 p.m.