getFormatId: Get the FormatId of the DataObject

getFormatIdR Documentation

Get the FormatId of the DataObject

Description

Get the FormatId of the DataObject

Usage

getFormatId(x, ...)

## S4 method for signature 'DataObject'
getFormatId(x)

Arguments

x

DataObject

...

(not yet used)

Value

the formatId

See Also

DataObject-class

Examples

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)

datapack documentation built on June 11, 2022, 1:05 a.m.