powered by
Imports the peak flows and dates from from NRFA peak flow .am files, excluding the rejected years
AMImport(x)
A data.frame with columns; Date and Flow
the file path for the .AM file
Anthony Hammond
# Import an AMAX sample and display the first six rows in the console if (FALSE) { am_4003 <- AMImport(r"{C:\Data\NRFAPeakFlow_v11\Suitable for QMED\4003.AM}") } if (FALSE) { head(am_4003) }
Run the code above in your browser using DataLab