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
- Host: GitHub
- URL: https://github.com/reconhub/datacomparator
- Owner: reconhub
- License: other
- Created: 2019-10-14T07:24:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T05:44:39.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:15:26.787Z (8 months ago)
- Language: R
- Size: 34.2 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - reconhub/datacomparator - Shiny app for comparing 2 versions of a dataset (R)
README
## Welcome to the *datacomparator* project
[](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.