read_sensors_json: Read Sensor Data in JSON Format

View source: R/read_sensors_json.R

read_sensors_jsonR Documentation

Read Sensor Data in JSON Format

Description

Read electronic sensor data in a JSON format.

Usage

read_sensors_json(path)

Arguments

path

'character' string. Path to the JSON file to read.

Value

A list of data frame components. See sensors and calibrations datasets for example output.

Author(s)

J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center

Examples

l <- system.file("extdata/ex-sensors.json", package = "mlms") |>
  read_sensors_json()
str(l, max.level = 1)

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