check_args: Assert none of the arguments of a function are null.
Description
Checks all the arguments in the parent function and makes sure that none of them
are NULL
Usage
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.