Learn R Programming

RstoxData (version 1.2.1)

ReadLanding: Read landing XML files

Description

This function reads multiple landing files (sales-notes) to a list with a list of tables for each file.

Usage

ReadLanding(FileNames)

Arguments

FileNames

The paths of the landing files.

Value

An object of StoX data type LandingData).

Details

This sales notes are expected to be XML-formatted with elements defined by the namespace: http://www.imr.no/formats/landinger/v2

See Also

readXmlFile.

Examples

Run this code
# NOT RUN {
exampleFile <- system.file(
    "testresources","landing.xml", package="RstoxData")
landingData <- ReadLanding(exampleFile)

# }

Run the code above in your browser using DataLab