add_extracted_csv_to_db: Title

View source: R/add_extracted_csv_to_db.R

add_extracted_csv_to_dbR Documentation

Title

Description

Title

Usage

add_extracted_csv_to_db(
  db,
  csv_file = "Morph_mvt_non_cropped.csv",
  measure = "bemovi.mag.25",
  tn_postfix = "non_cropped",
  archive_dir = "/Users/rainerkrug/Duck/LEEFSwift3",
  copy_locally_first = FALSE
)

Arguments

db

fully qualified path to the sqlite database.Must be set!

csv_file

name of the csv files to be imported

measure

measure

tn_postfix

postfix for the table name,

archive_dir

directory containes the archive. It contains the following directories: - LEEF.archived.data - LEEF.archived.data_segments - LEEF.backend.data - LEEF.backend.data_segments

copy_locally_first

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