powered by
Tests if an object is a single string
is_single_string(x)
an R object
is_single
is_single_string(1.0) # FALSE is_single_string("hoskdflksfd") # TRUE is_single_string(c("1.0", "sd")) # FALSE
Run the code above in your browser using DataLab