Uri | R Documentation |
Uri Class
An R6Class
generator object
id
integer [optional]
value
character [optional]
new()
Create a URI
Uri$new(id = NULL, value = NULL, ...)
id
URI id.
value
The URI.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
Uri$toJSON()
fromJSON()
Deserialize from jsonlite list object
Uri$fromJSON(UriJson)
UriJson
list object.
toJSONString()
Serialize to JSON string.
Uri$toJSONString()
fromJSONString()
Deserialize from JSON string
Uri$fromJSONString(UriJson)
UriJson
JSON string
toDataFrame()
Serialize to data frame
Uri$toDataFrame(type = "uri")
type
The prefix of the URI
fromDataFrame()
Deserialize from assay data frame
Uri$fromDataFrame(UriDataFrame)
UriDataFrame
Uri data frame
clone()
The objects of this class are cloneable with this method.
Uri$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.