import_format: Import and format USGS water flow data

Description Usage Arguments Value Examples

View source: R/01_import_format.R

Description

Import and format USGS water flow data

Usage

1
2
3
4
5
6
import_format(
  site = "15908000",
  start_date = "1996-01-01",
  end_date = "2020-12-31",
  skiplines = 34
)

Arguments

site

a numeric unique USGS identifier for a water monitoring site

start_date

the desired start date

end_date

the desired end date

Value

a list containing a data frame of raw daily flow data and a data frame of summarized monthly flow data

Examples

1
2
3
dontrun{
import_format()
}

mccrea-cobb/akflow documentation built on Dec. 21, 2021, 3:58 p.m.