print.ReportSummaryTable: print implementation for the class 'ReportSummaryTable'

View source: R/print.ReportSummaryTable.R

print.ReportSummaryTableR Documentation

print implementation for the class ReportSummaryTable

Description

Use this function to print results objects of the class ReportSummaryTable.

Usage

## S3 method for class 'ReportSummaryTable'
print(
  x,
  relative,
  dt = FALSE,
  fillContainer = FALSE,
  displayValues = FALSE,
  view = TRUE,
  ...,
  flip_mode = "auto"
)

Arguments

x

ReportSummaryTable objects to print

relative

logical normalize the values in each column by division by the N column.

dt

logical use DT::datatables, if installed

fillContainer

logical if dt is TRUE, control table size, see DT::datatables.

displayValues

logical if dt is TRUE, also display the actual values

view

logical if view is FALSE, do not print but return the output, only

...

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 roptions(dataquieR.flip_mode = ...). If called from dq_report, you can also pass flip_mode to all function calls or set them specifically using specific_args.

Value

the printed object

See Also

base::print


dataquieR documentation built on July 26, 2023, 6:10 p.m.