View source: R/dbpf_device_sensors.R
dbpf_device_sensors | R Documentation |
Given a device serial number, this function return a data frame showing the locations where this device has been.
dbpf_device_sensors(con, serial_number)
con |
Database connection object, retuned by dbpf_con() |
serial_number |
Serial number of device to query |
data fame with fields: sensor_id label, height_in_metres, type_of_measurement, unit_of_measurement, accuracy, precision
Hannah Macdonell <hannah.macdonell@carleton.ca>
## Not run:
con <- dbpf_con()
dbpf_device_sensors(con, "E509DA")
dbDisconnect(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.