Could anyone tell me why the second line of code returns NA?
Best regards Tomas
case_when(as.numeric("80")*0.1 == 8.0 ~ TRUE) [1] TRUE
case_when(as.numeric("82")*0.1 == 8.2 ~ TRUE) [1] NA
Could anyone tell me why the second line of code returns NA?
Best regards Tomas
case_when(as.numeric("80")*0.1 == 8.0 ~ TRUE) [1] TRUE
case_when(as.numeric("82")*0.1 == 8.2 ~ TRUE) [1] NA