powered by
Compare two data.lists
# S3 method for data.list ==(x, y)
first data.list
second data.list
logical
Returns TRUE if the two data.lists are fully identical, so all data, order of variables etc. must be fully identical
# NOT RUN { Dbuilding == Dbuilding D <- Dbuilding D$Ta$k2[1] <- NA Dbuilding == D D <- Dbuilding names(D)[5] <- "I" names(D)[6] <- "Ta" Dbuilding == D # }
Run the code above in your browser using DataLab