Generate a data.frame containing the argument values per method per row
# S3 method for lcModels
as.data.frame(x, ..., excludeShared = FALSE, eval = TRUE)
lcModels
or a list of lcModel
Arguments passed to as.data.frame.lcMethod.
Whether to exclude columns which have the same value across all methods.
Whether to evaluate the arguments in order to replace expression if the resulting value is of a class specified in evalClasses
.
A data.frame
.