Team | R Documentation |
Team Class
An R6Class
generator object
abbreviation
Abbreviation character
division
Division character
league
League character
id
Id integer
name
Name character
team_name
Team Name character
venue
Venue
new()
Team$new(abbreviation, division, league, id, name, team_name, venue, ...)
toJSON()
Team$toJSON()
fromJSON()
Team$fromJSON(TeamJson)
toJSONString()
Team$toJSONString()
fromJSONString()
Team$fromJSONString(TeamJson)
clone()
The objects of this class are cloneable with this method.
Team$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.