as.data.table.ParameterSet: Coerce a ParameterSet to a data.table
Usage
# S3 method for ParameterSet
as.data.table(x, sort = TRUE, ...)
Arguments
sort
(logical(1)
) If TRUE
(default) sorts the ParameterSet
alphabetically by id.
...
(ANY
) Other arguments, currently unused.