ReadLanding: Read landing XML files

Description Usage Arguments Details Value See Also Examples

View source: R/Read.R

Description

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

Usage

1
ReadLanding(FileNames)

Arguments

FileNames

The paths of the landing files.

Details

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

Value

An object of StoX data type LandingData).

See Also

readXmlFile.

Examples

1
2
3
exampleFile <- system.file(
    "testresources","landing.xml", package="RstoxData")
landingData <- ReadLanding(exampleFile)

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