Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vincentguyader/cleanser

data cleaner
https://github.com/vincentguyader/cleanser

Last synced: about 2 months ago
JSON representation

data cleaner

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%"
)
```
# cleanser

cleanser 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()
```