check_is_categorical | R Documentation |
Check whether a column selection is categorical
check_is_categorical(data, cols, msg = NULL)
data |
A data frame. |
cols |
A tidyselection of columns. |
msg |
A custom error message if the check fails. |
boolean Whether the columns are categorical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.