Game | R Documentation |
Game Class
An R6Class
generator object
home_lineup
Lineup
visit_lineup
Lineup
atmosphere
Atmosphere
date
Date character [optional]
new()
Game$new(home_lineup, visit_lineup, atmosphere, date = "2019-09-29", ...)
toJSON()
Game$toJSON()
fromJSON()
Game$fromJSON(GameJson)
toJSONString()
Game$toJSONString()
fromJSONString()
Game$fromJSONString(GameJson)
clone()
The objects of this class are cloneable with this method.
Game$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.