# Import DDF22 results from an NRFA Peak Flows XML file and display them in console
if (FALSE) {
ddf22_4003 <- DDFImport(r"{C:\Data\NRFAPeakFlow_v11\Suitable for QMED\04003.xml}")
ddf22_4003
}
# Import DDF22 results from a FEH webserver XML file and display them in the console
if (FALSE) {
ddf22_my_site <- DDFImport(r"{C:\Data\FEH_Catchment_384200_458200.xml}")
ddf22_my_site
}
Run the code above in your browser using DataLab