check_args: Assert none of the arguments of a function are null.

Description Usage Arguments Details

View source: R/check-args.R

Description

Checks all the arguments in the parent function and makes sure that none of them are NULL

Usage

1
check_args(ignore, select)

Arguments

ignore

optionally ignore a few variables for checking.

select

optionally only check a few variables of the function.

Details

This function has now been moved to params package.


sahilseth/flowr documentation built on March 20, 2021, 8:44 a.m.