Description Usage Arguments Value Examples
View source: R/WaterMLVersion.R
A helper function that finds out the WaterML version from the WaterML document. By default it checks for "http://www.opengis.net/waterml/2.0" Otherwise it tries to detect "http://www.cuahsi.org/waterML/1.1/" (for WaterML 1.1) or "http://www.cuahsi.org/WaterML/1.0/" (for WaterML 1.0)
1 | WaterMLVersion(doc)
|
doc |
The XML document object |
A character with the WaterML version: either 1.0, 1.1, or 2.0
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.