"NAs introduced by coercion" even though this replacement is desired · Issue #4442 · tidyverse/dplyr

I am cleaning up tables where different codes are used for NA values. Therefore, I am using case_when in combination with mutate to replace these codes by NA. This works well, but I always get the ...