Learn R Programming

htmltab (version 0.5.0)

get_xpath: Assemble XPath expressions for header and body

Description

Assemble XPath expressions for header and body

Usage

get_xpath(table.Node, header, body)

Arguments

table.Node
the table node
header
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 un
body
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 unspecifie

Value

  • a character vector of XPath statements