is_arg_used {teal} | R Documentation |
Does the object make use of the arg
Description
Does the object make use of the arg
Usage
is_arg_used(modules, arg)
Arguments
modules |
(teal_module or teal_modules ) object
|
arg |
(character(1) ) names of the arguments to be checked against formals of teal modules.
|
Value
logical
whether the object makes use of arg
.
[Package
teal version 0.15.2
Index]