Description Usage Arguments Value Examples
View source: R/checkWQPdates.r
Checks date format for inputs to the Water Quality Portal. Used in readWQPqw
and readWQPdata
.
1 | checkWQPdates(values)
|
values |
named list with arguments to send to the Water Quality Portal |
values named list with corrected arguments to send to the Water Quality Portal
1 2 3 | values <- list(startDateLo="01-01-2002", characteristicName="Phosphorous",
endDate=as.Date("2014-01-01"))
values <- checkWQPdates(values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.