Skip to contents

Create a new DwCAchive object

Usage

initializeDwCArchive(coreDwC, extDwC = NULL, metadata = NULL)

Arguments

coreDwC

Either a DwCGeneric (or derived class) object that represents the table that corresponds to the 'core' table. Alternatively, this parameter can be character scalar giving the location of the Darwin core archive file to initialize the object from

extDwC

A list of DwCGeneric (or derived class) objects that represent the tables used as extension objects in the Darwin Core archive. If coreDwC is a character scalar then extDwC can also be a character scalar that contains the default file encodings for the files in the Darwin core archive

metadata

A DwCMetadata object that contains the metadata for the archive

Value

A new DwCArchive object

See also

DwCGeneric DwCMetadata