datapack (version 1.4.1)

getIdentifier: Get the Identifier of the DataObject

Description

Get the Identifier of the DataObject

Usage

getIdentifier(x, ...)

# S4 method for DataObject getIdentifier(x)

Arguments

x

DataObject

...

(not yet used)

Value

the identifier

See Also

DataObject-class

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab