This function reads multiple biotic file to a list with a list of tables for each file.

ReadBiotic(FileNames = character())

Arguments

FileNames

The paths of the biotic files.

Value

An object of StoX data type BioticData: A list of a list of data.tables of the different levels of the input biotic files.

See also

readXmlFile for reading xml files of the formats NMDAcoustic.

Examples

exampleFile <- system.file("testresources","biotic3.1_example.xml", package="RstoxData")
bioticData <- ReadBiotic(exampleFile)