Theme for a void table

Description

This function calls strip_tt() to remove all the styles, groups, and formatting applied to a tinytable object. It returns a nearly blank table, with only the cell information. Warning: since this function strips the tinytable object, the order in which it is called in a pipeline matters.

Usage

theme_void(x, ...)

Arguments

x A tinytable object.
Additional arguments are ignored.