StatsApi: Stats operations

Description Methods Public fields Active bindings Methods

Description

swagger.Stats

Methods

get_advanced_team_game_stats Advanced team metrics by game

get_advanced_team_season_stats Advanced team metrics by season

get_stat_categories Team stat categories

get_team_season_stats Team statistics by season

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
StatsApi$new(apiClient)

Method get_advanced_team_game_stats()

Usage
StatsApi$get_advanced_team_game_stats(
  year,
  week,
  team,
  opponent,
  exclude_garbage_time,
  season_type,
  ...
)

Method get_advanced_team_season_stats()

Usage
StatsApi$get_advanced_team_season_stats(
  year,
  team,
  exclude_garbage_time,
  start_week,
  end_week,
  ...
)

Method get_stat_categories()

Usage
StatsApi$get_stat_categories(...)

Method get_team_season_stats()

Usage
StatsApi$get_team_season_stats(
  year,
  team,
  conference,
  start_week,
  end_week,
  ...
)

Method clone()

The objects of this class are cloneable with this method.

Usage
StatsApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


saiemgilani/cfbd-api-R documentation built on Feb. 16, 2021, 12:07 a.m.