htmltab
❗ Fork of the abandoned https://github.com/crubba/htmltab with the aim to keep it on CRAN. Expect minimal support.
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
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
[](https://CRAN.R-project.org/package=htmltab)
[](https://github.com/htmltab/htmltab/actions/workflows/check-standard.yaml)
[](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
Top Committers
| Name | 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)
ro-che.info: 1
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
- Homepage: https://github.com/htmltab/htmltab
- Documentation: http://cran.r-project.org/web/packages/htmltab/htmltab.pdf
- License: MIT + file LICENSE
- Status: removed
-
Latest release: 0.8.2
published almost 5 years ago
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
- Homepage: https://github.com/htmltab/htmltab
- License: MIT
-
Latest release: 0.8.2
published about 4 years ago
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