is_text | R Documentation |
'NA's are ignored as long as they are 'NA_character_'.
is_text(x)
x |
A vector |
TRUE if vector is either character or factor
is_text(letters[1:4]) # TRUE
is_text(as.factor(letters[1:4])) # TRUE
is_text(1) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.