# NOT RUN {
x <- c("a", " ", ".", "-", "NULL")
tidyNA(x)
# in addition to the default strings, a new string can be added
tidyNA(x, string = "a")
# or just remove the strings you want
tidyNA(x, string = "a", defaultstrings = FALSE)
# }
Run the code above in your browser using DataLab