Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielvartan/groomr

๐Ÿงน๐Ÿ“„ Tools to tidy text files
https://github.com/danielvartan/groomr

cleaning r r-package

Last synced: about 1 month ago
JSON representation

๐Ÿงน๐Ÿ“„ Tools to tidy text files

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%"
)

library(groomr)
```

# groomr

[![Project Status: WIP โ€“ Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/giperbio/groomr/workflows/R-CMD-check/badge.svg)](https://github.com/giperbio/groomr/actions)
[![Codecov test coverage](https://codecov.io/gh/giperbio/groomr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/giperbio/groomr?branch=main)
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](https://choosealicense.com/licenses/mit/)

## Overview

`groomr` is an R package that helps you tidy text files.

## Installation

You can install `groomr` with:

``` {r, eval = FALSE}
# install.packages("remotes")
remotes::install_github("giperbio/groomr")
```

## License

[![License:
MIT](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/license/mit/)

`groomr` code is released under the [MIT license](https://opensource.org/license/mit/).