Skip to content
/ htmltab Public

❗ This is a read-only mirror of the CRAN R package repository. htmltab — Assemble Data Frames from HTML Tables. Homepage: https://github.com/htmltab/htmltab Report bugs for this package: https://github.com/htmltab/htmltab/issues

License

Notifications You must be signed in to change notification settings

cran/htmltab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmltab: Hassle-free HTML tables in R

CRAN status R-CMD-check Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

HTML tables are a valuable data source but extracting and recasting these data into a useful format can be tedious. 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:

  1. First, the function automatically expands row and column spans in the header and body cells.
  2. 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.

Installation

You can install the released version of htmltab from CRAN with:

install.packages("htmltab")

And the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("htmltab/htmltab")

Usage

To see htmltab in action, take a look at the case studies in this blog post, the package vignette, or the package manual.

About

❗ This is a read-only mirror of the CRAN R package repository. htmltab — Assemble Data Frames from HTML Tables. Homepage: https://github.com/htmltab/htmltab Report bugs for this package: https://github.com/htmltab/htmltab/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages