dbpf_device_report: Print a report on a specific device

View source: R/dbpf_device_report.R

dbpf_device_reportR Documentation

Print a report on a specific device

Description

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

Usage

dbpf_device_report(con, serial_number)

Arguments

con

Database connection object, as returned by dbpf_con

serial_number

Serial number of device to query

Value

Prints information to screen.

Author(s)

Stephan Gruber <stephan.gruber@carleton.ca>

Examples

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

## End(Not run)

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