# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dataCompare" in publications use:' type: software license: MIT title: 'dataCompare: A ''shiny'' App to Compare Two Data Frames' version: 1.0.0 doi: 10.32614/CRAN.package.dataCompare abstract: 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. authors: - family-names: Ewane Ebouele given-names: Sergio email: info@dataforknow.com repository: https://seewe.r-universe.dev repository-code: https://github.com/seewe/dataCompare commit: 3d5b69d660a54605cebe3704516d8ed70e730a97 url: https://github.com/seewe/dataCompare contact: - family-names: Ewane Ebouele given-names: Sergio email: info@dataforknow.com