is_string.Rd
Return TRUE if the value is a string (character or factor).
is_string(x)
A vector
A boolean vector with the return from the condition check.
is_string("A") #> [1] TRUE