Comment | R Documentation |
Comment Class
An R6Class
generator object
prefix
character
msg
character
line_number
integer [optional]
new()
Create a Comment
Comment$new(prefix, msg, line_number = NULL, ...)
prefix
'COM'.
msg
Comment content.
line_number
Line number in the mzTab-M file.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
Comment$toJSON()
fromJSON()
Deserialize from jsonlite list object
Comment$fromJSON(CommentJson)
CommentJson
list object.
toJSONString()
Serialize to JSON string.
Comment$toJSONString()
fromJSONString()
Deserialize from JSON string
Comment$fromJSONString(CommentJson)
CommentJson
JSON string
toDataFrame()
Serialize to data frame
Comment$toDataFrame()
fromDataFrame()
Deserialize from comment data frame
Comment$fromDataFrame(CommentDataFrame)
CommentDataFrame
Comment data frame
clone()
The objects of this class are cloneable with this method.
Comment$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.