run_checks_and_proceed: Apply all checks to dataset and if there are no errors

Description Usage Arguments

View source: R/runner.R

Description

This convinience function combines two: run_checks and analyze_run. Check resuts are given to analyze function. If analyze finds violations that exceed allowed threshold then process stops. Otherwise function will return initial dataset and processing can be continued.

Usage

1

Arguments

data

dataset that needs to be checked

checks

group of checks that needs to be applied to dataset

condition

user defined function that needs to take check results and return either TRUE or FALSE


EvgenyPetrovsky/deeque documentation built on Jan. 23, 2020, 3:38 a.m.