View source: R/class_analysis_dataset.R
print.Dataset | R Documentation |
print
prints its Dataset
argument and returns it invisibly (via invisible(x)
).
## S3 method for class 'Dataset'
print(
x,
...,
markdown = NA,
output = c("list", "long", "wide", "r", "rComplete")
)
x |
A |
... |
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 |
output |
A character defining the output type, default is "list". |
Prints the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.