Learn R Programming

distr6 (version 1.5.2)

print.ParameterSet: Print a ParameterSet

Description

Prints a ParameterSet as a data.table with strprint variants of R6 classes.

Usage

# S3 method for ParameterSet
print(x, hide_cols = c("settable"), ...)

Arguments

x

ParameterSet

hide_cols

string, if given the data.table is filtered to hide these columns

...

ignored, added for S3 consistency