PlayStat: PlayStat Class

Description Public fields Methods

Description

PlayStat Class

PlayStat Class

Public fields

gameId
season
week
team
conference
opponent
teamScore
opponentScore
driveId
playId
period
clock
yardsToGoal
down
distance
athleteId
athleteName
statType
stat

Methods

Public methods


Method new()

Usage
PlayStat$new(
  gameId,
  season,
  week,
  team,
  conference,
  opponent,
  teamScore,
  opponentScore,
  driveId,
  playId,
  period,
  clock,
  yardsToGoal,
  down,
  distance,
  athleteId,
  athleteName,
  statType,
  stat
)

Method toJSON()

Usage
PlayStat$toJSON()

Method fromJSON()

Usage
PlayStat$fromJSON(PlayStatJson)

Method toJSONString()

Usage
PlayStat$toJSONString()

Method fromJSONString()

Usage
PlayStat$fromJSONString(PlayStatJson)

Method clone()

The objects of this class are cloneable with this method.

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