evaluate.lcMethod | R Documentation |
Substitutes the call arguments if they can be evaluated without error.
## S3 method for class 'lcMethod'
evaluate(
object,
classes = "ANY",
try = TRUE,
exclude = character(),
envir = NULL,
...
)
object |
The |
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 |
... |
Not used. |
A new lcMethod
object with the substituted arguments.
compose
Other lcMethod functions:
[[,lcMethod-method
,
as.data.frame.lcMethod()
,
as.data.frame.lcMethods()
,
as.lcMethods()
,
as.list.lcMethod()
,
formula.lcMethod()
,
lcMethod-class
,
names,lcMethod-method
,
update.lcMethod()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.