powered by
Is input a string?
is_string(x)
TRUE if string, else FALSE
Input
is_string(" ") is_string("data") is_string(c("data", "")) is_string(NULL) is_string(NA)
Run the code above in your browser using DataLab