Public fields
id
integer [optional]
label
character
full_name
character
version
character
uri
character
Methods
Method new()
Create a CV
Usage
CV$new(label, full_name, version, uri, id = NULL, ...)
Arguments
label
CV label.
full_name
CV full name.
version
CV version.
uri
URI to external CV.
id
URI id.
...
local optional variable arguments
Method toJSON()
Serialize to list object suitable for jsonlite
Method fromJSON()
Deserialize from jsonlite list object
Method toJSONString()
Serialize to JSON string.
Method fromJSONString()
Deserialize from JSON string
Usage
CV$fromJSONString(CVJson)
Method toDataFrame()
Serialize to data frame
Method fromDataFrame()
Deserialize from CV data frame
Usage
CV$fromDataFrame(CvDataFrame)
Arguments
CvDataFrame
CV data frame
Method clone()
The objects of this class are cloneable with this method.
Arguments
deep
Whether to make a deep clone.