Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

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.