ReadAcoustic: Read acoustic XML files

Description Usage Arguments Details Value See Also Examples

View source: R/Read.R

Description

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

Usage

1
ReadAcoustic(FileNames)

Arguments

FileNames

The paths of the acoustic files.

Details

This function is awesome and does excellent stuff.

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.

See Also

readXmlFile.

Examples

1
2
3
exampleFile <- system.file(
    "testresources","libas_ListUserFile20__L40.0-2259.9_small.xml", package="RstoxData")
bioticData <- ReadBiotic(exampleFile)

RstoxData documentation built on July 17, 2021, 5:08 p.m.