Learn R Programming

tinytable (version 0.18.0)

theme_empty: Theme for a void table

Description

This function cancels all styles and formatting applied to a tinytable object up to that point in the pipeline. Images and inline plots inserted with plot_tt() are deliberately preserved: they are table content rather than styling.

Usage

theme_empty(x, ...)

Arguments

x

A tinytable object.

...

Additional arguments are ignored.