View source: R/read_field_json.R
read_field_json | R Documentation |
Read Multilevel Monitoring System (MLMS) field data in JSON format.
read_field_json(
paths,
wells = mlms::wells,
ports = mlms::ports,
tz = "America/Denver"
)
paths |
'character' vector. Paths to the JSON files to read. |
wells |
'data.frame' table.
MLMS well data, see |
ports |
'data.frame' table.
MLMS measurement port data, see |
tz |
'character' string. Time zone specification. Defaults to America/Denver. |
A list of data frame components.
See visits
and heads
datasets for example output.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
write_field_json
function for writing field data to file in JSON format.
l <- system.file("extdata/ex-field.json", package = "mlms") |>
read_field_json()
str(l, max.level = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.