msf_seasonal_games: MySportsFeeds Seasonal Games

Description Usage Arguments Details Value Examples

View source: R/wrapper_utils.R

Description

Returns a data frame of games from MySportsFeeds version 2.0 API

Usage

1
msf_seasonal_games(league, season, verbose)

Arguments

league

the league to fetch

season

the season to fetch

verbose

print status info

Details

msf_seasonal_games adds four columns at the right of the tibble:

The returned tibble will be sorted in chronological order.

Value

a list of two items

Examples

1
2
3
4
5
## Not run: 
nba_games <- dfstools::msf_seasonal_games(
season = "2017-2018-regular", league = "nba"
)
## End(Not run)

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