Description Usage Arguments Details Value
View source: R/readCompileFlow.R
The function readCompileFlow
collects the daily streamflow information
available for a specified listofgages
.
1 2 | readCompileFlow(listofgages, units = c("cfs", "cms"), dataset_name = "",
startDate = "", endDate = "", checkmiss = FALSE, keepNAdays = TRUE)
|
listofgages |
Dataframe of gage numbers (as a character vector) |
units |
Specifies the units of the output. Options include "cms" for cubic meters per second and "cfs" for cubic feet per second |
dataset_name |
Allows the user to specify a specific output location. Output will be saved as an R workspace. If no name is given, output data will be returned but not saved. |
startDate |
Specifies a particular date from which to begin retrieving the streamflow data. Format should be "YYYY-MM-DD". If blank, all available data will be retrieved. |
endDate |
Specifies a particular date up to which to retrieve the streamflow data. Format should be "YYYY-MM-DD". If blank, all available data will be retrieved. |
checkmiss |
Logical. If |
keepNAdays |
Logical.If |
Lorem ipsum...
The function returns a zoo object of observed streamflows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.