htmltab is a package for extracting structured information from HTML tables. It is similar to readHTMLTable() of the XML package but provides two major advantages. First, the package automatically expands row and column spans in the header and body cells. Second, users are given more control over the identification of header and body rows which will end up in the R table. Additionally, the function preprocesses table code, removes unneeded parts and so helps to alleviate the need for tedious post-processing.
Version: | 0.5.0 |
Depends: | R (≥ 3.1.0) |
Imports: | XML (≥ 3.98.1.1) |
Suggests: | testthat, knitr, magrittr (≥ 1.5), tidyr |
Published: | 2015-01-14 |
Author: | Christian Rubba [aut, cre] |
Maintainer: | Christian Rubba <christian.rubba at gmail.com> |
BugReports: | https://github.com/crubba/htmltab/issues |
License: | MIT + file LICENSE |
URL: | http://github.com/crubba/htmltab |
NeedsCompilation: | no |
Materials: | README NEWS |
In views: | WebTechnologies |
CRAN checks: | htmltab results |
Reference manual: | htmltab.pdf |
Vignettes: |
Vignette Title |
Package source: | htmltab_0.5.0.tar.gz |
Windows binaries: | r-devel: htmltab_0.5.0.zip, r-release: htmltab_0.5.0.zip, r-oldrel: not available |
OS X Snow Leopard binaries: | r-release: htmltab_0.5.0.tgz, r-oldrel: not available |
OS X Mavericks binaries: | r-release: htmltab_0.5.0.tgz |