htmltab

❗ Fork of the abandoned https://github.com/crubba/htmltab with the aim to keep it on CRAN. Expect minimal support.

https://github.com/htmltab/htmltab

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.7%) to scientific vocabulary

Keywords

hacktoberfest r r-package
Last synced: 10 months ago · JSON representation

Repository

❗ Fork of the abandoned https://github.com/crubba/htmltab with the aim to keep it on CRAN. Expect minimal support.

Basic Info
  • Host: GitHub
  • Owner: htmltab
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 229 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 2
Topics
hacktoberfest r r-package
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# htmltab: Hassle-free HTML tables in R


[![CRAN status](https://www.r-pkg.org/badges/version/htmltab)](https://CRAN.R-project.org/package=htmltab)
[![R-CMD-check](https://github.com/htmltab/htmltab/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/htmltab/htmltab/actions/workflows/check-standard.yaml)
[![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.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported)


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](https://CRAN.R-project.org) with:

``` r
install.packages("htmltab")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# 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](http://www.r-datacollection.com/blog/htmltab-Next-version-and-CRAN-release/), the package vignette, or the package manual.

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 131
  • Total Committers: 4
  • Avg Commits per committer: 32.75
  • Development Distribution Score (DDS): 0.29
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
crubba c****a@g****m 93
Gerhard Burger b****a@g****m 35
Eduardo Ariño de la Rubia e****o@g****m 2
Roman Cheplyaka r****a@r****o 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 3
  • Total pull requests: 0
  • Average time to close issues: 21 minutes
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 0
  • Average comments per issue: 0.67
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stubedston (1)
  • Bakr-Ali (1)
  • burgerga (1)
Pull Request Authors
Top Labels
Issue Labels
help wanted (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads: unknown
  • Total docker downloads: 21,785
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 3
    (may contain duplicates)
  • Total versions: 8
cran.r-project.org: htmltab

Assemble Data Frames from HTML Tables

  • Versions: 7
  • Dependent Packages: 2
  • Dependent Repositories: 3
  • Docker Downloads: 21,785
Rankings
Dependent packages count: 14.0%
Dependent repos count: 17.6%
Average: 23.0%
Forks count: 28.8%
Stargazers count: 31.7%
Last synced: 12 months ago
conda-forge.org: r-htmltab
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Dependent packages count: 51.2%
Average: 51.6%
Stargazers count: 60.1%
Forks count: 61.1%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.0 depends
  • XML >= 3.98.1.3 imports
  • httr >= 1.0.0 imports
  • knitr * suggests
  • rmarkdown * suggests
  • spelling * suggests
  • testthat * suggests
  • tidyr * suggests
.github/workflows/check-standard.yaml actions
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite