Initialize a new DwCGeneric object
Usage
initializeDwCGeneric(
classTermInfo,
associatedTerms,
objectData,
idColumnInfo,
nameAutoMap = FALSE,
...
)Arguments
- classTermInfo
A
DwCTermobject containing the term information for the class- associatedTerms
A
listofDwCTermobjects that contain all the terms associated with the class- objectData
A
data.framecontaining the data to import into the object- idColumnInfo
Either a
characterscalar containing the column name ofobjectDataor anintegerscalar giving the index of the column ofobjectDatathat corresponds to the ID variable. Alternatively, this parameter may be the qualified name of the Darwin core term for which the appropriately mapped column will be used as the ID variable- nameAutoMap
A
logicalscalar that ifTRUEmaps the columns ofobjectDatato their respective Darwin core terms based on the column names- ...
A named set of paramaeters corresponding to Darwin core terms associated with the DwCGeneric class type. Each is either a
characterscalar containing the column name ofobjectDataor anintegerscalar giving the index of the column ofobjectDatathat corresponds to the term.
