db_migrate: Migrate table from source to target

Description Usage Arguments

View source: R/db_migration.R

Description

Migrate table from source to target

Usage

1
2
3
4
5
6
7
8
db_migrate(
  source_conn,
  target_conn,
  source_table,
  source_schema = NULL,
  target_schema = NULL,
  overwrite = TRUE
)

Arguments

source_conn

source db connection

target_conn

target db connection

source_table

source table name

source_schema

source schema

target_schema

target schema


exoulster/dbhelper documentation built on July 13, 2020, 12:03 a.m.