msf_seasonal_player_gamelogs: MySportsFeeds Seasonal Player Gamelogs

Description Usage Arguments Value Examples

View source: R/wrapper_utils.R

Description

Gets player gamelogs object from from MySportsFeeds version 2.0 API

Usage

1
msf_seasonal_player_gamelogs(league, season, team, verbose)

Arguments

league

the league to fetch

season

the season to fetch

team

the team to fetch

verbose

print status info

Value

a list of two items

Examples

1
2
3
4
5
## Not run: 
nba_player_gamelogs <- dfstools::msf_seasonal_player_gamelogs(
season = "2018-playoff", league = "nba", team = "GSW"
)
## End(Not run)

znmeb/tidysportsfeeds documentation built on Feb. 27, 2020, 10:17 p.m.