powered by
Check if entry is not numeric
not.numeric(x)
a boolean value to indicate if entry is numeric
vector entry
not.numeric("45") # TRUE not.numeric(45) # FALSE if(not.numeric(45)) message("yes") # yes
Run the code above in your browser using DataLab