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