View source: R/ensureTagProjDB.R
ensureTagProjDB | R Documentation |
make sure a tag project database has the required tables; also, load custom SQLite extensions on this DB connection.
ensureTagProjDB(src, recreate = c(), projectID)
src |
dplyr sqlite src, as returned by |
recreate |
vector of table names which should be dropped then re-created, losing any existing data. Defaults to empty vector, meaning no tables are recreate. As a special case, TRUE causes all tables to be dropped then recreated. |
projectID |
motus project ID; this DB will hold tag detections from one motus project |
returns NULL (silently); fails on any error
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.