| add_to_db | R Documentation |
Add data to RRD database into existing table
add_to_db(
fns,
db = getOption("RRDdb", "LEEF.RRD.sqlite"),
tables,
remove_timestamps = NULL,
check_timestamps = TRUE,
backup_removed = TRUE,
DBIDriver = RSQLite::SQLite()
)
fns |
vector of |
db |
fully qualified path to the sqlite database. Default, read from option |
tables |
|
remove_timestamps |
vector of timestamps to be removed. |
backup_removed |
if 'TRUE' data which will be replaced will be backed up. |
DBIDriver |
the DBI driver to use. Default is RSQLite::SQLite() |
check_timestamps. |
If |
vector of length of fns with TRUE if the data has been added,
FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.