Parameter | R Documentation |
Parameter Class
An R6Class
generator object
id
integer [optional]
cv_label
character [optional]
cv_accession
character [optional]
name
character
value
character
new()
Create a Parameter
Parameter$new(name, value, id = NULL, cv_label = "", cv_accession = "", ...)
name
Parameter name.
value
Parameter value.
id
Parameter id.
cv_label
The label of the controlled vocabulary.
cv_accession
The accession number of this Parameter.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
Parameter$toJSON()
fromJSON()
Deserialize from jsonlite list object
Parameter$fromJSON(ParameterJson)
ParameterJson
list object.
toJSONString()
Serialize to JSON string.
Parameter$toJSONString()
fromJSONString()
Deserialize from JSON string
Parameter$fromJSONString(ParameterJson)
ParameterJson
JSON string
toString()
Serialize to string
Parameter$toString()
fromString()
Deserialize from string
Parameter$fromString(id, ParameterString)
id
Optional id of the Parameter.
ParameterString
String representation of the Parameter.
clone()
The objects of this class are cloneable with this method.
Parameter$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.