Learn R Programming

htmltab (version 0.8.2)

check_type: Produce the table node

Description

Produce the table node

Usage

check_type(doc, which, ...)

Arguments

doc

the HTML document which can be a file name or a URL or an already parsed document (by XML's parsing functions)

which

a vector of length one for identification of the table in the document. Either a numeric vector for the tables' rank or a character vector that describes an XPath for the table

...

additional arguments passed to `htmlParse()`

Value

a table node