Software | R Documentation |
Software Class
An R6Class
generator object
id
integer [optional]
parameter
Parameter [optional]
setting
list( character ) [optional]
new()
Create a Software
Software$new(id = NULL, parameter = NULL, setting = NULL, ...)
id
Software id.
parameter
CV parameter for software Parameter.
setting
Software settings list( character ).
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
Software$toJSON()
fromJSON()
Deserialize from jsonlite list object
Software$fromJSON(SoftwareJson)
SoftwareJson
list object.
toJSONString()
Serialize to JSON string.
Software$toJSONString()
fromJSONString()
Deserialize from JSON string
Software$fromJSONString(SoftwareJson)
SoftwareJson
JSON string
toDataFrame()
Serialize to data frame
Software$toDataFrame()
fromDataFrame()
Deserialize from software data frame
Software$fromDataFrame(SoftwareDataFrame)
SoftwareDataFrame
Software data frame
clone()
The objects of this class are cloneable with this method.
Software$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.