Atmosphere | R Documentation |
Atmosphere Class
An R6Class
generator object
venue
Venue
home_team
Team
temperature
Temperature integer [optional]
new()
Atmosphere$new(venue, home_team, temperature = 70, ...)
toJSON()
Atmosphere$toJSON()
fromJSON()
Atmosphere$fromJSON(AtmosphereJson)
toJSONString()
Atmosphere$toJSONString()
fromJSONString()
Atmosphere$fromJSONString(AtmosphereJson)
clone()
The objects of this class are cloneable with this method.
Atmosphere$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.