Extracts HTML tables as a vector of HTML-coded tables from plain HTML code, HTML, HML, or XML files. If tables are nested within tables, only the inner tables are extracted.
Usage
get.HTML.tables(x)
Value
Character vector with one HTML-encoded table per cell.
Arguments
x
HTML, HML, or XML file; or character object with HTML-encoded content.