print.Dataset: Print Dataset Values

View source: R/class_analysis_dataset.R

print.DatasetR Documentation

Print Dataset Values

Description

print prints its Dataset argument and returns it invisibly (via invisible(x)).

Usage

## S3 method for class 'Dataset'
print(
  x,
  ...,
  markdown = FALSE,
  output = c("list", "long", "wide", "r", "rComplete")
)

Arguments

x

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.

markdown

If TRUE, the output will be created in Markdown.

output

A character defining the output type, default is "list".

Details

Prints the dataset.


rpact documentation built on July 9, 2023, 6:30 p.m.