Description Usage Arguments Details Value See Also Examples
This function reads multiple landing files (sales-notes) to a list with a list of tables for each file.
1 | ReadLanding(FileNames)
|
FileNames |
The paths of the landing files. |
This sales notes are expected to be XML-formatted with elements defined by the namespace: http://www.imr.no/formats/landinger/v2
An object of StoX data type LandingData
).
1 2 3 | exampleFile <- system.file(
"testresources","landing.xml", package="RstoxData")
landingData <- ReadLanding(exampleFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.