dataCompare-package {dataCompare}R Documentation

dataCompare: A 'shiny' App to Compare Two Data Frames

Description

The 'dataCompare' package is a 'shiny' application developed with the 'Golem' framework. It provides a graphical tool for checking value 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'. See the description of 'comparedf()' from the 'arsenal' package and that of 'skim()' from the 'skimr' package.

Author(s)

Maintainer: Sergio Ewane Ebouele info@dataforknow.com

See Also

Useful links:


[Package dataCompare version 1.0.0 Index]