GameSimResults | R Documentation |
GameSimResults Class
An R6Class
generator object
home_score
Home Score integer
away_score
Away Score integer
new()
GameSimResults$new(home_score, away_score, ...)
toJSON()
GameSimResults$toJSON()
fromJSON()
GameSimResults$fromJSON(GameSimResultsJson)
toJSONString()
GameSimResults$toJSONString()
fromJSONString()
GameSimResults$fromJSONString(GameSimResultsJson)
clone()
The objects of this class are cloneable with this method.
GameSimResults$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.