ReportSummaryTableUse this function to print results objects of the class
ReportSummaryTable.
# S3 method for ReportSummaryTable
print(
x,
relative,
dt = FALSE,
fillContainer = FALSE,
displayValues = FALSE,
view = TRUE,
...,
flip_mode = "auto"
)the printed object
ReportSummaryTable objects to print
logical normalize the values in each column by
division by the N column.
logical use DT::datatables, if installed
logical if dt is TRUE, control table size,
see DT::datatables.
logical if dt is TRUE, also display the actual
values
logical if view is FALSE, do not print but return the
output, only
not used, yet
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.
base::print