Learn R Programming

dbfaker (version 0.1.0)

verifyWrite: Verify the validity of writing a dataframe to a Postgres database

Description

Verify the validity of writing a dataframe to a Postgres database

Usage

verifyWrite(conn, schema, table_name, data, cores = 4)

Arguments

conn
Postgres database connection object
schema
A string specifying the database schema
table_name
A string specifying the database table
data
A dataframe you are trying to write to a database
cores
Controls parallelism of tests; default is fine, don't touch this