Venue | R Documentation |
Venue Class
An R6Class
generator object
id
Id integer
name
Name character
home_team_abbrev
Home Team Abbrev character
home_team_id
Home Team Id integer
new()
Venue$new(id, name, home_team_abbrev, home_team_id, ...)
toJSON()
Venue$toJSON()
fromJSON()
Venue$fromJSON(VenueJson)
toJSONString()
Venue$toJSONString()
fromJSONString()
Venue$fromJSONString(VenueJson)
clone()
The objects of this class are cloneable with this method.
Venue$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.