print prints its Dataset argument and returns it invisibly (via invisible(x)).
# S3 method for Dataset
print(
x,
...,
markdown = FALSE,
output = c("list", "long", "wide", "r", "rComplete")
)A Dataset object.
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.
If TRUE, the output will be created in Markdown.
A character defining the output type, default is "list".
Prints the dataset.