SyntaxFix
Write A Post
Hire A Developer
Questions
I had the problem, I had to replace "Not Available" with NA and my solution goes like this
NA
data <- sapply(data,function(x) {x <- gsub("Not Available",NA,x)})