| AMImport | R Documentation |
Imports the peak flows and dates from from NRFA peak flow .am files, excluding the rejected years
AMImport(x)
x |
the file path for the .AM file |
A data.frame with columns; Date and Flow
Anthony Hammond
# Import an AMAX sample and display the first six rows in the console
## Not run:
am_4003 <- AMImport(r"{C:\Data\NRFAPeakFlow_v11\Suitable for QMED\4003.AM}")
## End(Not run)
## Not run:
head(am_4003)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.