db_qaqc_suite: Run QAQC test suite on database

View source: R/qaqc.R

db_qaqc_suiteR Documentation

Run QAQC test suite on database

Description

Runs a suite of tests to check for invalid values, relationships, and other issues in the database.

Usage

db_qaqc_suite(ch, print.rows)

Arguments

ch

Connection handle to database

print.rows

If TRUE, prints individual rows that did not pass any given test (default=FALSE)

Value

nothing

Examples

db_qaqc_suite(ch)

walkerjeffd/myrwaR documentation built on Nov. 14, 2024, 1:25 p.m.