https://github.com/danielvartan/groomr
๐งน๐ Tools to tidy text files
https://github.com/danielvartan/groomr
cleaning r r-package
Last synced: 5 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T00:17:03.000Z (7 months ago)
- Last Synced: 2024-09-09T01:22:41.574Z (7 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
[](https://www.repostatus.org/#wip)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/giperbio/groomr/actions)
[](https://app.codecov.io/gh/giperbio/groomr?branch=main)
[](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
[](https://opensource.org/license/mit/)`groomr` code is released under the [MIT license](https://opensource.org/license/mit/).