From 7fcdec4d30a0bda680275fcfa003fa1de3c1079e Mon Sep 17 00:00:00 2001 From: hillarymarler Date: Wed, 28 Aug 2024 13:49:10 -0400 Subject: [PATCH] Check --- .github/workflows/urlcheck.yml | 2 ++ R/DataDiscoveryRetrieval.R | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/urlcheck.yml b/.github/workflows/urlcheck.yml index be8e3344..5614ef4b 100644 --- a/.github/workflows/urlcheck.yml +++ b/.github/workflows/urlcheck.yml @@ -1,3 +1,5 @@ +# check for broken links + name: URL Check on: diff --git a/R/DataDiscoveryRetrieval.R b/R/DataDiscoveryRetrieval.R index e0478e95..1d3967ce 100644 --- a/R/DataDiscoveryRetrieval.R +++ b/R/DataDiscoveryRetrieval.R @@ -38,7 +38,7 @@ #' @param countycode FIPS county name. Note that a state code must also be supplied (e.g. statecode = "AL", countycode = "Chilton"). See https://www.waterqualitydata.us/Codes/countycode for options. #' @param huc A numeric code denoting a hydrologic unit. Example: "04030202". Different size hucs can be entered. See https://epa.maps.arcgis.com/home/item.html?id=796992f4588c401fabec7446ecc7a5a3 for a map with HUCS. Click on a HUC to find the associated code. #' @param siteid Unique monitoring location identifier. -#' @param siteType Type of waterbody. See https://www.waterqualitydata.us/Codes/sitetype for options. +#' @param siteType Type of waterbody. See https://www.waterqualitydata.us/Codes/WRONGURL for options. #' @param characteristicName Name of parameter. See https://www.waterqualitydata.us/Codes/characteristicName for options. #' @param characteristicType Groups of environmental measurements/parameters. See https://www.waterqualitydata.us/Codes/characteristicType for options. #' @param sampleMedia Sampling substrate such as water, air, or sediment. See https://www.waterqualitydata.us/Codes/sampleMedia for options.