Assemble XPath expressions for header and body
identify_elements(table.Node, header, body, complementary = T)
the table node
a vector that contains information for the identification of the header row(s). A numeric vector can be specified where each element corresponds to the table rows. A character vector may be specified that describes an XPath for the header rows. If left unspecified, htmltable tries to use semantic information from the HTML code
a vector that specifies which table rows should be used as body information. A numeric vector can be specified where each element corresponds to a table row. A character vector may be specified that describes an XPath for the body rows. If left unspecified, htmltable tries to use semantic information from the HTML code
logical, should htmltab ensure complementarity of header, inbody header and body elements (default TRUE)?
a character vector of XPath statements