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