Skip to content

Commit

Permalink
Cleanup message
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Oct 22, 2024
1 parent dfe2201 commit c3d2600
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion R/constructNWISURL.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ constructNWISURL <- function(siteNumbers,
#' retrieval for the earliest possible record.
#' @param endDate character ending date for data retrieval in the form YYYY-MM-DD. Default is "" which indicates
#' retrieval for the latest possible record.
#' @param legacy Logical. If TRUE, uses legacy WQP services. Default is FALSE.
#' @param legacy Logical. If TRUE, use legacy WQP services. Default is TRUE.
#' Setting legacy = FALSE uses WQX3 services, which are in-development, use with caution.
#' @keywords data import WQP web service
#' @return url string
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/readWQPdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' Organization Data \tab Organization \tab /data/Organization/search \cr
#' }
#'
#' There are 4 WQX3 options. These are still considered in-development,
#' There are 4 WQX3 options. These are still in-development,
#' and should be used with caution.
#'
#' \tabular{llll}{
Expand Down
2 changes: 1 addition & 1 deletion R/readWQPqw.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @param ignore_attributes logical to choose to ignore fetching site and parameter
#' attributes. Default is \code{FALSE}.
#' @param legacy Logical. If TRUE, use legacy WQP services. Default is TRUE.
#' Setting legacy = FALSE uses WQX3 services, which are considered in-development, use with caution.
#' Setting legacy = FALSE uses WQX3 services, which are in-development, use with caution.
#' @keywords data import USGS web service
#' @return A data frame derived from the default data profile.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/whatWQPsites.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' characteristicType = "Nutrient". dataRetrieval users do not need to include
#' mimeType, and providers is optional (these arguments are picked automatically).
#' @param legacy Logical. If TRUE, use legacy WQP services. Default is TRUE.
#' Setting legacy = FALSE uses WQX3 services, which are considered in-development, use with caution.
#' Setting legacy = FALSE uses WQX3 services, which are in-development, use with caution.
#' @keywords data import WQP web service
#' @rdname wqpSpecials
#' @name whatWQPsites
Expand Down
3 changes: 2 additions & 1 deletion man/constructWQPURL.Rd

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

0 comments on commit c3d2600

Please sign in to comment.