rm_nuisance: Remove nuisance elements from the the table code

Description Usage Arguments Value See Also

View source: R/setup_and_checks.R

Description

Remove nuisance elements from the the table code

Usage

1
rm_nuisance(table.Node, rm_superscript, rm_footnotes, rm_invisible)

Arguments

table.Node

the table node

rm_superscript

logical, denotes whether superscript information should be removed from header and body cells (default value TRUE)

rm_footnotes

logical, denotes whether semantic footer information should be removed (default value TRUE)

rm_invisible

logical, should nodes that are not visible (display:none attribute) be removed?

Value

The revised table node

See Also

rm_empty_cols


htmltab documentation built on Sept. 16, 2021, 5:07 p.m.