View source: R/print.ReportSummaryTable.R
print.ReportSummaryTable | R Documentation |
ReportSummaryTable
Use this function to print results objects of the class
ReportSummaryTable
.
## S3 method for class 'ReportSummaryTable'
print(
x,
relative,
dt = FALSE,
fillContainer = FALSE,
displayValues = FALSE,
view = TRUE,
...,
flip_mode = "auto"
)
x |
|
relative |
logical normalize the values in each column by
division by the |
dt |
logical use |
fillContainer |
logical if |
displayValues |
logical if |
view |
logical if |
... |
not used, yet |
flip_mode |
enum default | flip | noflip | auto. Should the plot be
in default orientation, flipped, not flipped or
auto-flipped. Not all options are always supported.
In general, this con be controlled by
setting the |
the printed object
base::print
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.