Skip to content

Commit

Permalink
wqp_check_status example
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Nov 5, 2024
1 parent 0b60de4 commit 6146ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/readWQPdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ create_WQP_attributes <- function(retval, ...){
#'
#' @examplesIf is_dataRetrieval_user()
#' \donttest{
#' rawPcode <- readWQPqw("USGS-01594440", "01075", ignore_attributes = TRUE)
#' rawPcode <- readWQPqw("USGS-01594440", "01075",
#' ignore_attributes = TRUE, legacy = FALSE)
#' headerInfo <- attr(rawPcode, "headerInfo")
#' wqp_request_id <- headerInfo$`wqp-request-id`
#' count_info <- wqp_check_status(wqp_request_id)
Expand Down
3 changes: 2 additions & 1 deletion man/wqp_check_status.Rd

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

0 comments on commit 6146ebb

Please sign in to comment.