I would like to compare two data sets and identify specific instances of discrepancies between them (i.e., which variables were different).
While I have found out how t
library(compareDF) compare_df(dataframe1, dataframe2, c("columnname"))