as.data.frame.lcMethod {latrend} | R Documentation |
Convert lcMethod arguments to a list of atomic types
Description
Converts the arguments of a lcMethod
to a named list
of atomic types.
Usage
## S3 method for class 'lcMethod'
as.data.frame(x, ..., eval = TRUE, nullValue = NA, envir = NULL)
Arguments
x |
|
... |
Additional arguments. |
eval |
Whether to evaluate the arguments in order to replace expression if the resulting value is of a class specified in |
nullValue |
Value to use to represent the |
envir |
The |
Value
A single-row data.frame
where each columns represents an argument call or evaluation.
See Also
Other lcMethod functions:
[[,lcMethod-method
,
as.data.frame.lcMethods()
,
as.lcMethods()
,
as.list.lcMethod()
,
evaluate.lcMethod()
,
formula.lcMethod()
,
lcMethod-class
,
names,lcMethod-method
,
update.lcMethod()