Learn R Programming

WaterML (version 1.7.1)

WaterOneFlowNamespace: WaterOneFlowNamespace

Description

A helper function that finds out the WaterOneFlow namespace information based on the version number 1.0 or 1.1.

Usage

WaterOneFlowNamespace(version)

Arguments

version
The version of the WaterOneFlow XML namespace. Must be either "1.0" or "1.1"

Value

A list with the namespaces and corresponding prefixes. This namespace information is important for correct parsing of the WaterML XML document.

Examples

Run this code
ns <- WaterOneFlowNamespace("1.0")
ns <- WaterOneFlowNamespace("1.1")

Run the code above in your browser using DataLab