R/ParameterSet_S3methods.R
as.data.table.ParameterSet.Rd
Coercion from ParameterSet to data.table::data.table. Dependencies, transformations, and tag properties are all lost in coercion.
# S3 method for ParameterSet
as.data.table(x, sort = TRUE, ...)
(logical(1)
)
If TRUE
(default) sorts the ParameterSet
alphabetically by id.
(ANY
)
Other arguments, currently unused.