.column_is_categorical | R Documentation |
Determines if a column can be used as a categorical variable. Valid categorical variables include: - Character vectors - Factors - Integer values (common for ID numbers used as factors)
.column_is_categorical(col)
col |
vector. A vector to check (character, factor, or numeric) |
logical. TRUE if the column can be used as a category, FALSE otherwise
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.