| is_string {tester} | R Documentation | 
Is string
Description
Tests if an object is a character string 
is_not_string() tests the opposite condition
Usage
  is_string(x)
Arguments
| x | an R object | 
Examples
is_string("test_me") # TRUE
is_string(1:10) # FALSE
[Package tester version 0.2.0 Index]