Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentguyader/cleanser
data cleaner
https://github.com/vincentguyader/cleanser
Last synced: about 2 months ago
JSON representation
data cleaner
- Host: GitHub
- URL: https://github.com/vincentguyader/cleanser
- Owner: VincentGuyader
- Created: 2019-07-16T12:27:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T07:43:34.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:13:40.681Z (5 months ago)
- Language: R
- Size: 503 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```
# cleansercleanser is a shinyapp which will help you to clean your dataset
## Installation
``` r
remotes::install_github("vincentguyader/cleanser")
```## Example
```{r eval=FALSE}
library(cleanser)
cleanser::cleanser()
```