
Coerce Parameter Set to a Data Frame
Source:R/class_core_parameter_set.R
as.data.frame.ParameterSet.RdReturns the ParameterSet as data frame.
Usage
# S3 method for class 'ParameterSet'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
niceColumnNamesEnabled = FALSE,
includeAllParameters = FALSE
)Arguments
- x
A
FieldSetobject.- ...
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.
- niceColumnNamesEnabled
Logical. If
TRUE, nice looking column names will be used; syntactic names (variable names) otherwise (seemake.names).- includeAllParameters
Logical. If
TRUE, all available parameters will be included in the data frame; a meaningful parameter selection otherwise, default isFALSE.
Value
Returns a data.frame.