get_cell_element: Extracts cells elements

Description Usage Arguments Value

Description

Extracts cells elements

Usage

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

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 header/body cell nodes

rm_escape

a character vector that, if specified, is used to replace escape sequences in header and body cells (default value ' ')

rm_whitespace

logical, should leading/trailing whitespace be removed from cell values ( default value TRUE)?

Value

the body element


crubba/htmltab documentation built on May 14, 2019, 12:05 p.m.