if (df1 == df2 == df) {
paste0("same")
} else {
paste0("differ")
}
I want to know if the data.frames have differences. But there is a mistak ein my if-statement. I think it is something with == as this shows me the error. Where is that "typo" ?
Thank you
Aucun commentaire:
Enregistrer un commentaire