A shinyapp to compare datasets

Recently I developed compaRe package in R to compare two datasets.

In response to a friend’s request who is not familiar with R, I created an online R-shiny app that compares two versions of the same data set, row by row and column by column, and generates the differences in a nice and tidy datatable that can be downloaded as a CSV file. I make it public so everyone can use and benefit from it.

Link to the app: https://fahim-ahmad.shinyapps.io/compare_df/

Source code: https://github.com/Fahim-Ahmad/compare_df_shiny_app

If you have a working knowledge of R, please use the source code from my GitHub account as I am using the free version of the shinyapps.io which has limited usage.

drawing