PriceTicker | R Documentation |
PriceTicker Class
An R6Class
generator object
symbol
character
price
character
new()
PriceTicker$new(symbol, price, ...)
toJSON()
PriceTicker$toJSON()
fromJSON()
PriceTicker$fromJSON(PriceTickerJson)
toJSONString()
PriceTicker$toJSONString()
fromJSONString()
PriceTicker$fromJSONString(PriceTickerJson)
clone()
The objects of this class are cloneable with this method.
PriceTicker$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.