AMImport | R Documentation |
Imports the peak flows and dates from from NRFA peak flow .AM files, exluding the rejected years
AMImport(x)
x |
the file path for the .AM file |
File paths for importing data require forward slashes. On some operating systems, such as windows, the copy and pasted file paths will have backward slashes and would need to be changed accordingly.
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("C:/Data/NRFAPeakFlow_v11/Suitable for QMED/4003.AM")
## Not run: head(AM.4003)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.