View source: R/wnba_stats_leaders.R
wnba_assisttracker | R Documentation |
Get WNBA Stats API Assist Tracker
Get WNBA Stats API Assist Tracker
wnba_assisttracker(
league_id = "10",
per_mode = "PerGame",
season = most_recent_wnba_season() - 1,
season_type = "Regular Season",
...
)
league_id |
League - default: '00'. Other options include '10': WWNBA, '20': G-League |
per_mode |
Per Mode - PerGame, Totals |
season |
Season - format 2020-21 |
season_type |
Season Type - Regular Season, Playoffs, All-Star |
... |
Additional arguments passed to an underlying function like httr. |
wnba_assisttracker(league_id = '10')
Returns a named list of data frames: AssistTracker
AssistTracker
col_name | types |
ASSISTS | numeric |
Saiem Gilani
Other WNBA Leaders Functions:
wnba_alltimeleadersgrids()
,
wnba_assistleaders()
,
wnba_homepagewidget()
,
wnba_leagueleaders()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.