Learn R Programming

UKFE (version 2.0.0)

CDsXML: Import catchment descriptors from .xml files

Description

Imports catchment descriptors from xml files either from an FEH webservice download or from the Peakflows dataset downloaded from the national river flow archive (NRFA) website

Usage

CDsXML(x)

Value

A data.frame with columns; Descriptor and Value.

Arguments

x

the xml file path

Author

Anthony Hammond

Examples

Run this code

# Import catchment descriptors from a FEH webserver XML file and display XML in the console
if (FALSE) {
cds_my_site <- CDsXML(r"{C:\Data\FEH_Catchment_384200_458200.xml}")
cds_my_site
}

Run the code above in your browser using DataLab