print.datasim: Nice printing of some internal objects
Description
Nice printing of some internal objects
Usage
# S3 method for datasim
print(x, ..., report_hidden = FALSE)
Arguments
- x
A data simulation as made by datasim_make()
- report_hidden
Show the hidden nodes (nodes whose name begins with .
)
- ...
for compatibility with generic print()