View source: R/dbpf_device_locations.R
dbpf_device_locations | R Documentation |
Given a device serial number, this function return a data frame showing the locations where this device has been.
dbpf_device_locations(con, serial_number)
con |
Database connection object, as returned by |
serial_number |
Serial number of device to query |
data fame with fields: location_name, timestamp, lon, lat, elevation_in_metres, serial_number, notes. The data frame is sorted by time.
Stephan Gruber <stephan.gruber@carleton.ca>
## Not run:
con <- dbpf_con()
dbpf_device_locations(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.