View source: R/db_copy_table_between_connections.R
db_copy_table_between_connections | R Documentation |
Function to copy a database table from one connection to another.
db_copy_table_between_connections(
con_source,
con_destination,
table,
exists_only = TRUE,
verbose = FALSE
)
con_source |
Database connection to the source database. |
con_destination |
Database connection to the destination database. |
table |
Table to copy from |
exists_only |
Should only the tables which exist in both databases be copied? |
verbose |
Should the function give messages? |
Invisible con_source
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.