Other packages > Find by keyword >

compareDF  

Do a Git Style Diff of the Rows Between Two Dataframes with Similar Structure
View on CRAN: Click here


Download and install compareDF package within the R console
Install from CRAN:
install.packages("compareDF")

Install from Github:
library("remotes")
install_github("cran/compareDF")

Install by package version:
library("remotes")
install_version("compareDF", "2.3.5")



Attach the package and use:
library("compareDF")
Maintained by
Alex Joseph
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-03-08
Latest Update: 2022-10-01
Description:
Compares two dataframes which have the same column structure to show the rows that have changed. Also gives a git style diff format to quickly see what has changed in addition to summary statistics.
How to cite:
Alex Joseph (2016). compareDF: Do a Git Style Diff of the Rows Between Two Dataframes with Similar Structure. R package version 2.3.5, https://cran.r-project.org/web/packages/compareDF. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.0 (2016-03-08 00:20), 1.1.0 (2017-01-18 18:07), 1.2.0 (2017-09-11 14:56), 1.3.0 (2018-03-15 10:22), 1.3.1 (2018-05-18 06:34), 1.5.0 (2018-05-21 18:03), 1.7.0 (2018-10-25 10:10), 1.7.1 (2019-02-11 16:53), 1.7.2 (2019-04-02 12:30), 1.7.3 (2019-05-15 14:20), 1.8.0 (2019-06-02 16:30), 2.0.0 (2020-01-08 15:20), 2.0.1 (2020-02-28 15:40), 2.0.2 (2020-03-24 17:00), 2.1.0 (2020-04-26 20:30), 2.2.0 (2020-06-07 10:00), 2.3.0 (2020-08-26 14:50), 2.3.1 (2021-01-06 20:40), 2.3.2 (2021-10-13 13:30), 2.3.3 (2022-03-12 20:30)
Other packages that cited compareDF R package
View compareDF citation profile
Other R packages that compareDF depends, imports, suggests or enhances
Complete documentation for compareDF
Functions, R codes and Examples using the compareDF R package
Some associated functions: compare_df . create_output_table . create_wide_output . results_2010 . results_2011 . view_html . 
Some associated R codes: fnsComparison.R . fnsOutputs.R . zzz.R .  Full compareDF package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA