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

https://github.com/EDIorg/dataCleanr

R package to prepare data for archive.
https://github.com/EDIorg/dataCleanr

Last synced: 3 months ago
JSON representation

R package to prepare data for archive.

Awesome Lists containing this project

README

        

[![Travis-CI Build Status](https://travis-ci.com/EDIorg/dataCleanr.svg?branch=master)](https://travis-ci.org/EDIorg/dataCleanr)
[![codecov.io](https://codecov.io/github/EDIorg/dataCleanr/coverage.svg?branch=master)](https://codecov.io/github/EDIorg/dataCleanr?branch=master)
[![DOI](https://zenodo.org/badge/156594363.svg)](https://zenodo.org/badge/latestdoi/156594363)

# dataCleanr

`dataCleanr` is designed for addressing common data management tasks encountered when preparing data for archive and reuse. Many of these functions were created by the Environmental Data Initiative's Data Curation Team to accelerate their data curation efficiency, and we welcome contributions from anyone.

## Installation

```
# Install from GitHub
remotes::install_github("EDIorg/dataCleanr")
```

## Usage

[Check out example use cases in the dataCleanr website articles](https://EDIorg.github.io/dataCleanr/)

## Roadmap

`dataCleanr` focuses on user friendly high level functions for common data cleaning tasks in preparation for archive. Functionality should be accessible to R beginners.

## Contributing

We welcome contributions of all forms including bug reports, feature requests, and new functionality. Please reference our [code conduct](https://github.com/EDIorg/dataCleanr/blob/master/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/EDIorg/dataCleanr/blob/master/CONTRIBUTING.md) for submitting pull requests.

## Testing

Unit tests are implemented with `testthat`.

## Versioning

Versioning for the `dataCleanr` follows [semantic versioning](https://semver.org/).