is_fct_or_chr | R Documentation |
check if is factor or character
is_fct_or_chr(x)
x |
is_fct_or_chr(as.factor(c(1,2,3,3,4,2,2,1))) is_fct_or_chr(c("A","A","B","c"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.