View source: R/dbpf_device_exists.R
dbpf_device_exists | R Documentation |
Checks if device exists based on its serial number
dbpf_device_exists(con, serial_number)
con |
Database connection object, retuned by dbpf_con() |
serial_number |
Serial number of device to query |
These simple functions return all data as data frames. When making a query many times, optimise the SQL statement to only request the data you actually need.
0 (does not exist) or teh device
Stephan Gruber <stephan.gruber@carleton.ca>
## Not run:
con <- dbpf_con()
fds <- dbpf_devices()
dbDisconnect(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.