msf_get_feed: GET from MySportsFeeds API

Description Usage Arguments Value Examples

View source: R/wrapper_utils.R

Description

GETs data from the MySportsFeeds 2.0 API feed

Usage

1
msf_get_feed(url, verbose)

Arguments

url

the URL to GET

verbose

print status info

Value

a list of two items

Examples

1
2
3
4
5
## Not run: 
response <- dfstools::msf_get_feed(
"https://api.mysportsfeeds.com/v2.0/pull/nba/2018-playoff/games.json"
)
## End(Not run)

znmeb/dfstools documentation built on March 3, 2020, 5:50 p.m.