format.tabxplor_fmt {tabxplor}R Documentation

Print method for class tabxplor_fmt

Description

Print method for class tabxplor_fmt

Usage

## S3 method for class 'tabxplor_fmt'
format(x, ..., html = FALSE, na = NA, special_formatting = FALSE)

Arguments

x

A fmt object.

...

Other parameters.

html

Should html tags be added (to print confidence intervals as subscripts) ?

na

How NAs should be printed. Default to NA.

special_formatting

Set to TRUE to print more verbose results, like indicating which is the reference row or col for differences.

Value

The fmt printed in a character vector.


[Package tabxplor version 1.3.0 Index]