Last chance! 50% off unlimited learning
Sale ends in
Compare two data.lists
# S3 method for data.list
==(x, y)
logical
first data.list
second data.list
Returns TRUE if the two data.lists are fully identical, so all data, order of variables etc. must be fully identical
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