View source: R/handleExportPulses.R
sqliteCloneIntoDB | R Documentation |
clone an sqlite table schema (including indexes) from the main DB into an attached DB
sqliteCloneIntoDB(sql, tableName, dbName)
sql |
safeSQL object to sqlite database |
tableName |
character; name of table in main database which should be cloned into attached database |
dbName |
name of attached DB; i.e. the 'D' from a statement like ‘attach database ’blam.sqlite' as D'. The database must already have been attached by the caller. |
creates the empty table with the same key and with any associated indexes, but only if a table (and/or indexes) of the same name don't already exist in the attached db.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.