check_db_references: Holds References to Connections

Description Usage Arguments Value

View source: R/check_db_references.R

Description

Holds references to both data connections and the tables being compared

Usage

1
2
check_db_references(conn_x, schema_x, table_name_x, conn_y, schema_y,
  table_name_y, keys = NULL)

Arguments

conn_x

the first dbr data connection

schema_x

the first database schema name

conn_y

the second dbr data connection

schema_y

the second database schema name

table_x

the first table name

table_y

the second table name

Value

a list of dbr data connections and table names that can be compared


mattjcamp/loadcheckr documentation built on May 21, 2019, 1:24 p.m.