Learn R Programming

RstoxData (version 1.2.0)

ReadBiotic: Read biotic XML files

Description

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

Usage

ReadBiotic(FileNames)

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.

Details

This function is awesome and does excellent stuff.

See Also

readXmlFile.

Examples

Run this code
# NOT RUN {
exampleFile <- system.file("testresources","biotic3.1_example.xml", package="RstoxData")
bioticData <- ReadBiotic(exampleFile)

# }

Run the code above in your browser using DataLab