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

https://github.com/reconhub/datacomparator

Shiny app for comparing 2 versions of a dataset
https://github.com/reconhub/datacomparator

Last synced: 4 months ago
JSON representation

Shiny app for comparing 2 versions of a dataset

Awesome Lists containing this project

README

        

## Welcome to the *datacomparator* project

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

This project aims to provide a shiny app for comparing different (dated)
versions of a given dataset. The app will allow:

* to upload separately the *old*, and *new* dataset from an `.xlsx` file

* to compare **data structures** using [`linelist::compare_data()`](https://www.repidemicsconsortium.org/linelist/reference/compare_data.html)

* to visualise **changes in data entries** using [`compareDF::compare_df()`](https://github.com/alexsanjoseph/compareDF)

* to identify **duplicates** in *old* and *new* data

* to visualise **changes in duplicates**

## Contributors

This project is currently only a concept. We are currently looking for
volunteers to help :)

---

Please note that the 'datacomparator' project is released with a
[Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.