View source: R/add_reclassified_to_db.R
add_reclassified_to_db | R Documentation |
Title
add_reclassified_to_db(
path,
db = getOption("RRDdb", "LEEF.RRD.sqlite"),
remove_timestamps = NULL,
check_timestamps = TRUE,
backup_removed = TRUE,
methods = NULL,
DBIDriver = RSQLite::SQLite()
)
path |
path to the root directory of the reclassification |
db |
fully qualified path to the sqlite database. Default, read from option |
remove_timestamps |
vector of timestamps to be removed. |
check_timestamps |
If 'TRUE', the data will ony be added when timestamp does not exist in db yet. If 'FALSE', it will always be added. Usually this should **NOT** be done.#' |
backup_removed |
if |
DBIDriver |
the DBI driver to use. Default is RSQLite::SQLite() |
method |
method to be added. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.