dbpf_device_sensors: List all channels and other information for one device

View source: R/dbpf_device_sensors.R

dbpf_device_sensorsR Documentation

List all channels and other information for one device

Description

Given a device serial number, this function return a data frame showing the locations where this device has been.

Usage

dbpf_device_sensors(con, serial_number)

Arguments

con

Database connection object, retuned by dbpf_con()

serial_number

Serial number of device to query

Value

data fame with fields: sensor_id label, height_in_metres, type_of_measurement, unit_of_measurement, accuracy, precision

Author(s)

Hannah Macdonell <hannah.macdonell@carleton.ca>

Examples

## Not run: 
con <- dbpf_con()
dbpf_device_sensors(con, "E509DA")
dbDisconnect(con)

## End(Not run)

geocryology/PermafrostDB documentation built on April 17, 2025, 11:54 a.m.