Turn NA into "NA"
Turn NA into "NA"
str_replace_na(string, replacement = "NA")
string |
Input vector. Either a character vector, or something coercible to one. |
replacement |
A single string. |
str_replace_na(c(NA, "abc", "def"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.