Learn R Programming

RstoxData (version 1.2.1)

ReadAcoustic: Read acoustic XML files

Description

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

Usage

ReadAcoustic(FileNames)

Arguments

FileNames

The paths of the acoustic files.

Value

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

Details

This function is awesome and does excellent stuff.

See Also

readXmlFile.

Examples

Run this code
# NOT RUN {
exampleFile <- system.file(
    "testresources","libas_ListUserFile20__L40.0-2259.9_small.xml", package="RstoxData")
bioticData <- ReadBiotic(exampleFile)

# }

Run the code above in your browser using DataLab