Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonthegeek/tableguess

Find Tables in Plain Text
https://github.com/jonthegeek/tableguess

Last synced: 10 days ago
JSON representation

Find Tables in Plain Text

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# tableguess

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/tableguess)](https://CRAN.R-project.org/package=tableguess)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/tableguess/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/tableguess?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/tableguess/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/tableguess/actions/workflows/R-CMD-check.yaml)

The goal of tableguess is to automatically extract table-like objects out of plain text files.
This package is currently far from complete, but the first function vaguely works, so I'm going to use it and see what breaks.

## Installation

You can install the development version of tableguess from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/tableguess")
```

## Usage

*(Add usage information and examples here.)*

## Code of Conduct

Please note that the tableguess project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/tableguess/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.