IQ_table: Table output for IQRoutputPPTX

View source: R/ph_with_classes.R

IQ_tableR Documentation

Table output for IQRoutputPPTX

Description

Prepares objects which can be interpreted as tables (matrix, data.frame, flextable) for output via IQRoutputPPTX.

Usage

IQ_table(x, ...)

## S3 method for class 'IQRtable'
IQ_table(x, ...)

## S3 method for class 'matrix'
IQ_table(x, ...)

## S3 method for class 'data.frame'
IQ_table(x, ...)

## S3 method for class 'flextable'
IQ_table(x, ...)

Arguments

x

R object (matrix, IQRtable, data.frame, flextable)

...

currently not used

Value

ggplot object (any table will be printed as image)


IntiQuan/IQSlides documentation built on Jan. 26, 2024, 1 p.m.