Data engineering and BI courses are free!
Rdocumentation
powered by
Learn R Programming
htmltab (version 0.5.0)
rm_nuisance: Remove nuisance elements
Description
Remove nuisance elements
Usage
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
A list of table nodes.