Skip to content

Commit 1067f0a

Browse files
committed
Fix url for read_importwqwa doc
1 parent 247887b commit 1067f0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/read_importwqwa.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' @param end_date Numeric for the end date in ISO format, optional
99
#' @param trace Logical indicating whether to display progress messages, default \code{TRUE}
1010
#'
11-
#' @details This function retrieves sampling data from the Water Atlas API (\url{https://dev.api.wateratlas.org/api/samplingdata/stream}) using the specified data source and parameter. Optional start and end dates can be provided to filter the data by date range. The function processes the NDJSON response stream and returns a data frame of sampling records.
11+
#' @details This function retrieves sampling data from the Water Atlas API (\url{https://dev.api.wateratlas.org/redoc/index.html#tag/Sampling-Data/operation/StreamSamplingData}) using the specified data source and parameter. Optional start and end dates can be provided to filter the data by date range. The function processes the NDJSON response stream and returns a data frame of sampling records.
1212
#'
1313
#' See \code{\link{util_importwqwa}} for retrieving metadata such as available data sources and parameters.
1414
#'

man/read_importwqwa.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)