powered by
This function reads multiple landing files (sales-notes) to a list with a list of tables for each file.
ReadLanding(FileNames)
The paths of the landing files.
An object of StoX data type LandingData).
LandingData
This sales notes are expected to be XML-formatted with elements defined by the namespace: http://www.imr.no/formats/landinger/v2
readXmlFile.
readXmlFile
# NOT RUN { exampleFile <- system.file( "testresources","landing.xml", package="RstoxData") landingData <- ReadLanding(exampleFile) # }
Run the code above in your browser using DataLab