View source: R/dbpf_device_report.R
dbpf_device_report | R Documentation |
Given a device serial number, this function return a data frame showing the locations where this device has been.
dbpf_device_report(con, serial_number)
con |
Database connection object, as returned by |
serial_number |
Serial number of device to query |
Prints information to screen.
Stephan Gruber <stephan.gruber@carleton.ca>
## Not run:
con <- dbpf_con()
dbpf_device_report(con, "E509DA")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.