This function reads multiple acoustic file to a list with a list of tables for each file.
ReadAcoustic(FileNames = character())
An object of StoX data type AcousticData: A list of a list of data.tables of the different levels of the input acoustic files.
exampleFile <- system.file(
"testresources","libas_ListUserFile20__L40.0-2259.9_small.xml", package="RstoxData")
acousticData <- ReadAcoustic(exampleFile)