read_mlms_json {mlms} | R Documentation |
Read MLMS Data in JSON Format
Description
Read Multilevel Monitoring System (MLMS) data in JSON format. Requires that the inldata package is available.
Usage
read_mlms_json(path)
Arguments
path |
'character' string. Path to the JSON file to read. |
Value
A list of data frame components.
See wells
, zones
, and ports
datasets for example output.
Author(s)
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
Examples
l <- system.file("extdata/ex-mlms.json", package = "mlms") |>
read_mlms_json()
str(l, max.level = 1)
[Package mlms version 1.0.2 Index]