79479066

Date: 2025-03-02 12:15:12
Score: 1
Natty:
Report link

Simple and supports NA's: mapply(identical, df$a, df$b):

Browse[1]> mapply(identical, c(NA, NA, 7, NaN), c(4, NA, 7, NaN))
[1] FALSE TRUE TRUE TRUE

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: halt9k