read_sensors_json {mlms} | R 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)
[Package mlms version 1.0.2 Index]