Package: htmltab
Title: Assemble Data Frames from HTML Tables
Version: 0.8.2
Authors@R: 
  c(person("Christian", "Rubba", 
           email = "christian.rubba@gmail.com",
           role = c("aut")),
    person("Gerhard", "Burger",
           email = "burger.ga@gmail.com",
           role = c("ctb", "cre"),
           comment = c(ORCID = "0000-0003-1062-5576")),
    person("Roman", "Cheplyaka",
           email = "roma@ro-che.info",
           role = c("ctb")))
Description: HTML tables are a valuable data source but extracting and recasting
    these data into a useful format can be tedious. This package allows to collect
    structured information from HTML tables. It is similar to `readHTMLTable()`
    of the XML package but provides three major advantages. First, the function
    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, including semantic header information
    that appear throughout the body. Third, the function preprocesses table code,
    corrects common types of malformations, removes unneeded parts and so helps to
    alleviate the need for tedious post-processing.
Depends: R (>= 3.0.0)
Imports: XML (>= 3.98.1.3), httr (>= 1.0.0)
License: MIT + file LICENSE
Suggests: testthat, knitr, tidyr, rmarkdown, spelling
URL: https://github.com/htmltab/htmltab
BugReports: https://github.com/htmltab/htmltab/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Packaged: 2021-09-16 10:54:05 UTC; burge
Author: Christian Rubba [aut],
  Gerhard Burger [ctb, cre] (<https://orcid.org/0000-0003-1062-5576>),
  Roman Cheplyaka [ctb]
Maintainer: Gerhard Burger <burger.ga@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-16 11:10:02 UTC
Built: R 4.0.2; ; 2021-09-17 11:10:04 UTC; unix
