PublicationItem | R Documentation |
PublicationItem Class
An R6Class
generator object
type
character
accession
character
new()
Create a PublicationItem
PublicationItem$new(type, accession, ...)
type
The type of the PublicationItem.
accession
The type-dependent accession of the PublicationItem.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
PublicationItem$toJSON()
fromJSON()
Deserialize from jsonlite list object
PublicationItem$fromJSON(PublicationItemJson)
PublicationItemJson
list object.
toJSONString()
Serialize to JSON string.
PublicationItem$toJSONString()
fromJSONString()
Deserialize from JSON string
PublicationItem$fromJSONString(PublicationItemJson)
PublicationItemJson
JSON string
toString()
Serialize to string.
PublicationItem$toString()
fromString()
Deserialize from string.
PublicationItem$fromString(PublicationItemString)
PublicationItemString
the string representation of a PublicationItem.
clone()
The objects of this class are cloneable with this method.
PublicationItem$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.