Returns the ParameterSet as data frame.
# S3 method for ParameterSet
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
niceColumnNamesEnabled = FALSE,
includeAllParameters = FALSE
)Returns a data.frame.
A FieldSet object.
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.
Logical. If TRUE, nice looking column
names will be used; syntactic names (variable names) otherwise
(see make.names).
Logical. If TRUE, all available
parameters will be included in the data frame;
a meaningful parameter selection otherwise, default is FALSE.
Coerces the parameter set to a data frame.