I have a variable in the dataset contains three types of values: text(string), numeric, and missing values. All of them are stored as a factor now. I want to distinguish the text content from the numeric values and the missing values. How could I get it?
Data <- data.frame(x=c("100","20","home","","30"))
there are three type of values here, number, text, and missing values, I want to find the locations of all text