ValidationMessage | R Documentation |
ValidationMessage Class
An R6Class
generator object
code
character
category
character
message_type
character [optional]
message
character
line_number
integer [optional]
new()
Create a new ValidationMessage object.
ValidationMessage$new( code, category, message, message_type = "info", line_number = NULL, ... )
code
The message code.
category
The message category.
message
The message content.
message_type
The message type.
line_number
The line number in the mzTab-M file to which this message refers to.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
ValidationMessage$toJSON()
fromJSON()
Deserialize from jsonlite list object
ValidationMessage$fromJSON(ValidationMessageJson)
ValidationMessageJson
list object.
toJSONString()
Serialize to JSON string.
ValidationMessage$toJSONString()
fromJSONString()
Deserialize from JSON string
ValidationMessage$fromJSONString(ValidationMessageJson)
ValidationMessageJson
JSON string
clone()
The objects of this class are cloneable with this method.
ValidationMessage$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.