How to check if 2 vectors are the same, even with NA

前端 未结 0 1219
死守一世寂寞
死守一世寂寞 2021-01-16 16:08

I would to check if 2 vectors are element-wise identical, even with NA. For example

A <- c("A", NA, "C", "D")
C <- c("         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题