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: 4 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()
```