copyTable | R Documentation |
Copies a single table from one database to another (only sqlite type databases have been tested). Internal function
copyTable(dbFrom, dbTo, tableName, noWarnings = TRUE)
dbFrom |
database from which tables are to be copied, must be open when calling this function |
dbTo |
database to which tables are to be copied, must be open when calling this function |
tableName |
character vector specifying which table to copy |
noWarnings |
suppress warnings while copying data, default = TRUE |
nothing
internal function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.