checkWQPdates: Date Check for Water Quality Portal

View source: R/checkWQPdates.R

checkWQPdatesR Documentation

Date Check for Water Quality Portal

Description

Checks date format for inputs to the Water Quality Portal. Used in readWQPqw and readWQPdata.

Usage

checkWQPdates(values)

Arguments

values

named list with arguments to send to the Water Quality Portal

Value

values named list with corrected arguments to send to the Water Quality Portal

Examples

values <- list(
  startDateLo = "01-01-2002",
  characteristicName = "Phosphorous",
  endDate = as.Date("2014-01-01")
)
values <- checkWQPdates(values)

USGS-R/dataRetrieval documentation built on April 23, 2024, 4:44 a.m.