
Last chance! 50% off unlimited learning
Sale ends in
Get the FormatId of the DataObject
getFormatId(x, ...)# S4 method for DataObject
getFormatId(x)
DataObject
(not yet used)
the formatId
# 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")
fmtId <- getFormatId(do)
# }
Run the code above in your browser using DataLab