copy_tables: Copy tables from one popcycle database to another.

View source: R/db.R

copy_tablesR Documentation

Copy tables from one popcycle database to another.

Description

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.

Usage

copy_tables(db_from, db_to, tables)

Arguments

db_from

Popcycle database to copy tables from.

db_to

Popcycle database to copy tables to.

tables

Tables to copy.

Value

None


armbrustlab/popcycle documentation built on April 1, 2024, 2:41 p.m.