powered by
specify_missing(x, ..., default_missing = c("", NA, "blanks"))
NA
x
...
"blank"
[:blank:]
x <- sample(100) x[sample(100, 10)] <- 999 specify_missing(x, 999)
Run the code above in your browser using DataLab