Skip to content

Commit

Permalink
fix TADA_AutoClean doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Feb 6, 2025
1 parent 343094f commit 5f634c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions R/ATTAINSCrosswalks.R
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@ TADA_UpdateMonitoringLocationsInATTAINS <- function(org_id = NULL,
#' If there is no existing ATTAINS parameter name that corresponds with a
#' TADA.ComparableDataIdentifier needed for an organization's assessments, users should contact the
#' ATTAINS team to inquire about adding the parameter. Users are free to use any ATTAINS parameter
#' names found in the ATTAINS parameter domain value list (add link to ref file from HRM crosswalk
#' branch), even if the parameter name has not previously been listed as a cause by the
#' organization.
#' names found in the ATTAINS parameter domain value list, even if the parameter name has not previously been listed as a cause by the
#' organization. A list of ATTAINS parameter names can be found by downloading the ATTAINS Domains Excel file:
#' https://www.epa.gov/system/files/other-files/2023-09/DOMAINS.xlsx.
#'
#' Otherwise, users can still proceed by overriding the data validation by value pasting.
#' Users will be warned in the ATTAINS.FlagParameterName column if they choose to include an
Expand Down
3 changes: 2 additions & 1 deletion R/Utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ OffReservationUrl <- "https://geopub.epa.gov/arcgis/rest/services/EMEF/Tribal/Ma
OKTribeUrl <- "https://geopub.epa.gov/arcgis/rest/services/EMEF/Tribal/MapServer/4/query"
VATribeUrl <- "https://geopub.epa.gov/arcgis/rest/services/EMEF/Tribal/MapServer/5/query"


#' TADA_AutoClean
#'
#' This function performs the following tasks:
Expand Down Expand Up @@ -208,7 +209,7 @@ VATribeUrl <- "https://geopub.epa.gov/arcgis/rest/services/EMEF/Tribal/MapServer
#' # https://www.waterqualitydata.us/
#'
#' # Example WQP URL:
#' https://www.waterqualitydata.us/#statecode=US%3A09&characteristicType=Nutrient&startDateLo=04-01-2023&startDateHi=11-01-2023&mimeType=csv&providers=NWIS&providers=STEWARDS&providers=STORET
#' # https://www.waterqualitydata.us/#statecode=US%3A09&characteristicType=Nutrient&startDateLo=04-01-2023&startDateHi=11-01-2023&mimeType=csv&providers=NWIS&providers=STEWARDS&providers=STORET
#'
#' # Use TADA_ReadWQPWebServices to load the Station, Project, and Phys-Chem Result profiles
#' stationProfile <- TADA_ReadWQPWebServices("https://www.waterqualitydata.us/data/Station/search?statecode=US%3A09&characteristicType=Nutrient&startDateLo=04-01-2023&startDateHi=11-01-2023&mimeType=csv&zip=yes&providers=NWIS&providers=STEWARDS&providers=STORET")
Expand Down
2 changes: 1 addition & 1 deletion man/TADA_AutoClean.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/TADA_CreateParamRef.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f634c4

Please sign in to comment.