migrate: Migrate Tables

Description Usage Arguments See Also

View source: R/migrate.R

Description

Migrate Tables in one schema to another schema that does or does not belong to another connection. The new schema can be of a different name, but the table names remain the same.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
migrate(
  conn_1,
  schema_1,
  ...,
  conn_2,
  schema_2,
  drop_existing = TRUE,
  verbose = TRUE,
  render_sql = TRUE
)

Arguments

...

(optional) Character strings of names of tables to migrate.

See Also

list2 typewrite_warning,c("typewrite", "typewrite"),typewrite_progress,character(0) map


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.