Team: Team

TeamR Documentation

Team

Description

Team Class

Format

An R6Class generator object

Public fields

abbreviation

Abbreviation character

division

Division character

league

League character

id

Id integer

name

Name character

team_name

Team Name character

venue

Venue

Methods

Public methods


Method new()

Usage
Team$new(abbreviation, division, league, id, name, team_name, venue, ...)

Method toJSON()

Usage
Team$toJSON()

Method fromJSON()

Usage
Team$fromJSON(TeamJson)

Method toJSONString()

Usage
Team$toJSONString()

Method fromJSONString()

Usage
Team$fromJSONString(TeamJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Team$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


singlearity-sports/singlearity-R documentation built on April 21, 2022, 3:48 a.m.