Description Usage Arguments Value Examples
View source: R/01_import_format.R
Import and format USGS water flow data
1 2 3 4 5 6 | import_format(
site = "15908000",
start_date = "1996-01-01",
end_date = "2020-12-31",
skiplines = 34
)
|
site |
a numeric unique USGS identifier for a water monitoring site |
start_date |
the desired start date |
end_date |
the desired end date |
a list containing a data frame of raw daily flow data and a data frame of summarized monthly flow data
1 2 3 | dontrun{
import_format()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.