Learn R Programming

htmltab (version 0.5.0)

get_cell_element: Extracts cells elements

Description

Extracts cells elements

Usage

get_cell_element(cells, tag = "td | th", elFun, rm_escape = NULL)

Arguments

cells
a list of cell nodes
tag
a character vector that provides information used in the XPath expression to extract the correct elements
elFun
a function that is executed over the body cell nodes
rm_escape
a character vector that, if specified, is used to replace escape sequences in header and body cells (default value ' ')

Value

  • the body element