add_reclassified_to_db: Title

View source: R/add_reclassified_to_db.R

add_reclassified_to_dbR Documentation

Title

Description

Title

Usage

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()
)

Arguments

path

path to the root directory of the reclassification

db

fully qualified path to the sqlite database. Default, read from option RRDdb. If not set, defaults to option RRDdb; if this is not set, defaults to LEEF.RRD.sqlite

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 TRUE data which will be replaced will be backed up.

DBIDriver

the DBI driver to use. Default is RSQLite::SQLite()

method

method to be added. If NULL, method will be determined by the sub-directories.


LEEF-UZH/LEEF.analysis documentation built on Feb. 8, 2025, 11:18 a.m.