CV | R Documentation |
CV Class
An R6Class
generator object
id
integer [optional]
label
character
full_name
character
version
character
uri
character
new()
Create a CV
CV$new(label, full_name, version, uri, id = NULL, ...)
label
CV label.
full_name
CV full name.
version
CV version.
uri
URI to external CV.
id
URI id.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
CV$toJSON()
fromJSON()
Deserialize from jsonlite list object
CV$fromJSON(CVJson)
CVJson
list object.
toJSONString()
Serialize to JSON string.
CV$toJSONString()
fromJSONString()
Deserialize from JSON string
CV$fromJSONString(CVJson)
CVJson
JSON string
toDataFrame()
Serialize to data frame
CV$toDataFrame()
fromDataFrame()
Deserialize from CV data frame
CV$fromDataFrame(CvDataFrame)
CvDataFrame
CV data frame
clone()
The objects of this class are cloneable with this method.
CV$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.