PlaysApi: Plays operations

Description Methods Public fields Active bindings Methods

Description

swagger.Plays

Methods

get_play_stat_types Types of player play stats

get_play_stats Play stats by play

get_play_types Play types

get_plays Play by play data

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
PlaysApi$new(apiClient)

Method get_play_stat_types()

Usage
PlaysApi$get_play_stat_types(...)

Method get_play_stats()

Usage
PlaysApi$get_play_stats(
  year,
  week,
  team,
  game_id,
  athlete_id,
  stat_type_id,
  season_type,
  conference,
  ...
)

Method get_play_types()

Usage
PlaysApi$get_play_types(...)

Method get_plays()

Usage
PlaysApi$get_plays(
  year,
  week,
  season_type,
  team,
  offense,
  defense,
  conference,
  offense_conference,
  defense_conference,
  play_type,
  ...
)

Method clone()

The objects of this class are cloneable with this method.

Usage
PlaysApi$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.