Learn R Programming

param6 (version 0.2.4)

as.data.table.ParameterSet: Coerce a ParameterSet to a data.table

Description

Coercion from ParameterSet to data.table::data.table. Dependencies, transformations, and tag properties are all lost in coercion.

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.