https://github.com/danielvartan/groomr
๐งน Tidy Tools
https://github.com/danielvartan/groomr
data-cleaning data-munging r r-package string-manipulation
Last synced: about 2 months ago
JSON representation
๐งน Tidy Tools
- 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: 2025-03-31T06:52:33.000Z (3 months ago)
- Last Synced: 2025-04-12T23:47:24.612Z (2 months ago)
- Topics: data-cleaning, data-munging, r, r-package, string-manipulation
- Language: R
- Homepage: https://danielvartan.github.io/groomr/
- Size: 1.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- 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/).