Learn R Programming

tableParser (version 1.0.2)

get.footer: get.footer

Description

Extracts the content of HTML <table-wrap-foot>-tag/s.

Usage

get.footer(x, rm.html = TRUE, sentences = FALSE, letter.convert = TRUE)

Value

A character vector with the extracted footer text and NULL for no footer text.

Arguments

x

A vector with HTML-coded tables.

rm.html

logical. If TRUE, all HTML tags are removed, <sub> converts to '_', and <sup> to '^'.

sentences

logical. If TRUE, a sentence vector is returned.

letter.convert

logical. If TRUE, hexadecimal letters are converted to Unicode and unified with JATSdecoder::letter.convert.