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

Description Usage Arguments

View source: R/main.R

Description

Verify the validity of writing a dataframe to a Postgres database

Usage

1
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


dbfaker documentation built on May 1, 2019, 8 p.m.