dbpf_device_locations: Return location history for one device

View source: R/dbpf_device_locations.R

dbpf_device_locationsR Documentation

Return location history 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_locations(con, serial_number)

Arguments

con

Database connection object, as returned by dbpf_con

serial_number

Serial number of device to query

Value

data fame with fields: location_name, timestamp, lon, lat, elevation_in_metres, serial_number, notes. The data frame is sorted by time.

Author(s)

Stephan Gruber <stephan.gruber@carleton.ca>

Examples

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

## End(Not run)

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