Description Usage Arguments Examples
Insert a data.frame, or an object that inherits from a table, int the collardb SQLite database.
1 | insert_devices(dat, conn = NULL)
|
dat |
data.frame. This data.frame needs to match the following vector of column names c('serial_number', 'purchase_date', 'frequency', 'vendor', 'model') |
conn |
a SQLite database connection. Optional if using the default database connection parameters. Otherwise provide your own database connection |
1 | insert_devices(devices)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.