AMImport: Import an annual maximum (AMAX) sample from NRFA peak flow...

View source: R/All.R

AMImportR Documentation

Import an annual maximum (AMAX) sample from NRFA peak flow .AM files

Description

Imports the peak flows and dates from from NRFA peak flow .AM files, exluding the rejected years

Usage

AMImport(x)

Arguments

x

the file path for the .AM file

Details

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.

Value

A data.frame with columns; Date and Flow

Author(s)

Anthony Hammond

Examples

#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)]

UKFE documentation built on Nov. 6, 2023, 1:07 a.m.

Related to AMImport in UKFE...