Error | R Documentation |
Error Class
An R6Class
generator object
code
integer
message
character
new()
Create an Error
Error$new(code, message, ...)
code
Error code.
message
Error message.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
Error$toJSON()
fromJSON()
Deserialize from jsonlite list object
Error$fromJSON(ErrorJson)
ErrorJson
list object.
toJSONString()
Serialize to JSON string.
Error$toJSONString()
fromJSONString()
Deserialize from JSON string
Error$fromJSONString(ErrorJson)
ErrorJson
JSON string
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.