copy_tables | R Documentation |
The source database will remained unchanged. The destination database will have selected table cleared before the copy. Schemas for source and destination tables must match or an error is thrown.
copy_tables(db_from, db_to, tables)
db_from |
Popcycle database to copy tables from. |
db_to |
Popcycle database to copy tables to. |
tables |
Tables to copy. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.