Determines whether the associated argument value is defined. If the argument value is of type language
, the argument is evaluated to see if it can be resolved within its environment
.
isArgDefined(object, name, envir = environment(object))
The lcMethod
object.
The name of the argument, as character
.
The environment
to evaluate the arguments in. If NULL
, the argument is not evaluated.