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