Skip to contents

Function to compare two dataframes of Echoview file exports. The output is a list along with plots. The first item in the list are Boolean values that reflect the answers to the following questions: The second item in the list are the row and columns of differences between the two dataframes.

Usage

basic_comps(X, Y, compcols, imagedirin, case1in, case2in, ...)

Arguments

X

data frame

Y

second data frame

compcols

the names of columns to be compared for certain comparisons

Examples

 if (FALSE) { # \dontrun{
T<-basiccomps(data,data2)
} # }