Skip to content

Commit 51789bf

Browse files
committed
Remove message
1 parent 80204fb commit 51789bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/read_USGS_samples.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,13 @@ construct_USGS_sample_request <- function(monitoringLocationIdentifier = NA,
119119
dataType = "results",
120120
dataProfile = NA){
121121

122-
message("Function in development, use at your own risk.")
123-
124122
dataType <- match.arg(dataType, c("results",
125123
"locations",
126124
"activities",
127125
"projects",
128126
"organizations"),
129127
several.ok = FALSE)
130128

131-
# When RMLS comes out...spring 2025ish,
132-
# we can verify these values hopefully easier:
133129
baseURL <- httr2::request("https://api.waterdata.usgs.gov") |>
134130
httr2::req_url_path_append("samples-data") |>
135131
httr2::req_url_query(mimeType = "text/csv")

0 commit comments

Comments
 (0)