The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
diffdf
compares two data.frame
objects and
provides a detailed summary of any differences that were found between
them. The package has it’s origins in supporting QC workflows for
product development within the pharmaceutical industry aiming at being a
light weight alternative to SAS’s PROC COMPARE
.
Currently diffdf supports the following:
For more information on features please consult the vignette and man pages.
If diffdf
isn’t quite right for your use case then the
following are other packages that provide similar functionality that may
be more appropriate:
You can install the released version of diffdf from CRAN with:
install.packages("diffdf")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("gowerc/diffdf") devtools
library(diffdf)
<- iris
iris2 for (i in 1:3) iris2[i,i] <- i^2
$new_var <- "hello"
iris2class(iris2$Species) <- "some class"
diffdf(iris, iris2)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.