checkVarsStop: Compare vectors and report discrepancies

Description Usage Arguments

Description

Compare vectors and report discrepancies via stop(). This is useful at the beginning of a pipeline, where it is important to check whether critical variables/inputs have been defined.

Usage

1
checkVarsStop(have, need)

Arguments

have

vector of elements. Call the function passing ls() here.

need

vector of elements. Call the function specifying all the required variables here.


tkonopka/Rpipelines documentation built on May 31, 2019, 3:46 p.m.