Matchup | R Documentation |
Matchup Class
An R6Class
generator object
batter
Player
pitcher
Player
atmosphere
Atmosphere
state
State
date
Date character [optional]
new()
Matchup$new(batter, pitcher, atmosphere, state, date = NULL, ...)
toJSON()
Matchup$toJSON()
fromJSON()
Matchup$fromJSON(MatchupJson)
toJSONString()
Matchup$toJSONString()
fromJSONString()
Matchup$fromJSONString(MatchupJson)
clone()
The objects of this class are cloneable with this method.
Matchup$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.