| getIdentifier | R Documentation |
Get the Identifier of the DataObject
getIdentifier(x, ...)
## S4 method for signature 'DataObject'
getIdentifier(x)
x |
DataObject |
... |
(not yet used) |
the identifier
DataObject-class
data <- charToRaw("1,2,3\n4,5,6\n")
do <- new("DataObject", "id1", dataobj=data, "text/csv",
"uid=jones,DC=example,DC=com", "urn:node:KNB")
id <- getIdentifier(do)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.