View source: R/internal-check_cols_exist.R
check_cols_exist | R Documentation |
aggregate_df
.Check if a set of columns is missing from a data frame. For use in aggregate_df
.
check_cols_exist(cols, df)
cols |
String or vector of strings that is the name of the columns. |
df |
Data frame |
Nothing. Casts an error message if any of the columns are missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.