read_mlms_json: Read MLMS Data in JSON Format

View source: R/read_mlms_json.R

read_mlms_jsonR 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)

mlms documentation built on April 4, 2025, 4:43 a.m.