has_factors | R Documentation |
Whether a data frame or list has factors
has_factors(x)
x |
an R object |
has_factors(iris) # TRUE
has_factors(iris[,1:4]) # FALSE
has_factors(list(iris$Species, 1:150)) # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.