Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielvartan/groomr
- Owner: danielvartan
- License: other
- Created: 2023-06-23T05:01:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T00:17:03.000Z (3 months ago)
- Last Synced: 2024-09-09T01:22:41.574Z (3 months ago)
- Topics: cleaning, r, r-package
- Language: R
- Homepage: https://danielvartan.github.io/groomr/
- Size: 119 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
- jimsghstars - danielvartan/groomr - ๐งน๐ Tools to tidy strings and text files (R)
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/).