is_single_string | R Documentation |
Tests if an object is a single string
is_single_string(x)
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.