evaluate.lcMethod: Substitute the call arguments for their evaluated values

evaluate.lcMethodR Documentation

Substitute the call arguments for their evaluated values

Description

Substitutes the call arguments if they can be evaluated without error.

Usage

## S3 method for class 'lcMethod'
evaluate(
  object,
  classes = "ANY",
  try = TRUE,
  exclude = character(),
  envir = NULL,
  ...
)

Arguments

object

The lcMethod object.

classes

Substitute only arguments with specific class types. By default, all types are substituted.

try

Whether to try to evaluate arguments and ignore errors (the default), or to fail on any argument evaluation error.

exclude

Arguments to exclude from evaluation.

envir

The environment in which to evaluate the arguments. If NULL, the environment associated with the object is used. If not available, the parent.frame() is used.

...

Not used.

Value

A new lcMethod object with the substituted arguments.

See Also

compose

Other lcMethod functions: [[,lcMethod-method, as.data.frame.lcMethods(), as.data.frame.lcMethod(), as.lcMethods(), as.list.lcMethod(), formula.lcMethod(), lcMethod-class, names,lcMethod-method, update.lcMethod()


latrend documentation built on March 31, 2023, 5:45 p.m.