get_profile | R Documentation |
Retrieve pressure, temperature, and water-quality data for site visits.
get_profile(
site_nm = NULL,
stime_dt = NULL,
poi = NULL,
time_dt = NULL,
pcode = NULL,
strings_as_factors = TRUE
)
site_nm |
'character' vector. Local site name for a MLMS well. |
stime_dt |
'POSIXct' or 'character' vector. Start time for field visit. |
poi |
'POSIXct' or 'character' vector of length 2. Start and end limits on the period of interest. |
time_dt |
'POSIXct' or 'character' string. Estimated field visit time, the closest time in the vector of field visit start times. |
pcode |
'character' string. USGS 5-digit parameter code. For example, the parameter code for Tritium is "07000". |
strings_as_factors |
'logical' flag. Whether character vectors should be converted to factor class. |
A data frame.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
plot_profile
function to plot multilevel data for a site visit.
d <- get_profile(site_nm = "USGS 133", pcode = "07000")
str(d)
d <- get_profile(poi = c("2023-01-01", NA), strings_as_factors = FALSE)
str(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.