| as.data.frame.lcMethod | R Documentation | 
Converts the arguments of a lcMethod to a named list of atomic types.
## S3 method for class 'lcMethod'
as.data.frame(x, ..., eval = TRUE, nullValue = NA, envir = NULL)
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   | 
A single-row data.frame where each columns represents an argument call or evaluation.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.