View source: R/read_mlms_json.R
read_mlms_json | R Documentation |
Read Multilevel Monitoring System (MLMS) data in JSON format. Requires that the inldata package is available.
read_mlms_json(path)
path |
'character' string. Path to the JSON file to read. |
A list of data frame components.
See wells
, zones
, and ports
datasets for example output.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
l <- system.file("extdata/ex-mlms.json", package = "mlms") |>
read_mlms_json()
str(l, max.level = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.