Publication | R Documentation |
Publication Class
An R6Class
generator object
id
integer [optional]
publicationItems
list( PublicationItem )
new()
Create a Publication
Publication$new(publicationItems, id = NULL, ...)
publicationItems
The list( PublicationItem )s.
id
Publication id.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
Publication$toJSON()
fromJSON()
Deserialize from jsonlite list object
Publication$fromJSON(PublicationJson)
PublicationJson
list object.
toJSONString()
Serialize to JSON string.
Publication$toJSONString()
fromJSONString()
Deserialize from JSON string
Publication$fromJSONString(PublicationJson)
PublicationJson
JSON string
toDataFrame()
Serialize to data frame
Publication$toDataFrame()
fromDataFrame()
Deserialize from publication data frame
Publication$fromDataFrame(PublicationDataFrame)
PublicationDataFrame
Publication data frame
clone()
The objects of this class are cloneable with this method.
Publication$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.