check_columns | R Documentation |
Check the columns if columns found in the data
check_columns(
df,
columns,
force_factor = FALSE,
allow_multi = FALSE,
concat_multi = FALSE,
concat_sep = "_"
)
df |
A data frame |
columns |
A character vector of column names |
force_factor |
Whether to force the columns to be factors |
allow_multi |
Whether to allow multiple columns |
concat_multi |
Whether to concatenate multiple columns |
concat_sep |
The separator to use for concatenation |
A character string of the valid column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.