A 'shiny' App to Compare Two Data Frames
run the rmarkdown report of the data comparison and save it in an exte...
Function which perform the comparison of dataframe
Datatable formatter, to print on the screen
dataCompare: A 'shiny' App to Compare Two Data Frames
Pipe operator
Run the dataCompare Shiny Application
Detect common variables in two dataset
Skim a dataset and return only characters variables characteristics
Skim a dataset and return only numeric variables characteristics
A tool developed with the 'Golem' framework which provides an easier way to check cells differences between two data frames. The user provides two data frames for comparison, selects IDs variables identifying each row of input data, then clicks a button to perform the comparison. Several 'R' package functions are used to describe the data and perform the comparison in the server of the application. The main ones are comparedf() from 'arsenal' and skim() from 'skimr'. For more details see the description of comparedf() from the 'arsenal' package and that of skim() from the 'skimr' package.