is_arg_used: Does the object make use of the 'arg'

View source: R/modules.R

is_arg_usedR 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.


teal documentation built on May 29, 2024, 10:11 a.m.