handle_null_args {matsindf} | R Documentation |
Gracefully handle NULL
arguments
Description
When NULL
is passed as an element of the .dat
or ...
arguments
to matsindf_apply()
, special care must be taken.
This function helps in those situations.
Usage
handle_null_args(.arg)
Arguments
.arg |
One of |
Value
A list representation of .arg
with NULL
values handled appropriately.
[Package matsindf version 0.4.8 Index]