OptColumnMapping | R Documentation |
OptColumnMapping Class
An R6Class
generator object
identifier
character
param
Parameter [optional]
value
character [optional]
new()
Create an OptColumnMapping
OptColumnMapping$new(identifier, param = NULL, value = NULL, ...)
identifier
The Identifier for the mapping.
param
The CV Parameter defining the type of the value.
value
The value.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
OptColumnMapping$toJSON()
fromJSON()
Deserialize from jsonlite list object
OptColumnMapping$fromJSON(OptColumnMappingJson)
OptColumnMappingJson
list object.
toJSONString()
Serialize to JSON string.
OptColumnMapping$toJSONString()
fromJSONString()
Deserialize from JSON string
OptColumnMapping$fromJSONString(OptColumnMappingJson)
OptColumnMappingJson
JSON string
toString()
Serialize to string
OptColumnMapping$toString()
fromString()
Deserialize from string
OptColumnMapping$fromString(OptColumnMappingString)
OptColumnMappingString
The string representation to deserialize
clone()
The objects of this class are cloneable with this method.
OptColumnMapping$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.