| .assert_columns_exist | R Documentation |
Assert required columns exist in a data frame
.assert_columns_exist(df, cols, arg_name = "data")
df |
Data frame to check. |
cols |
Character vector of required column names. |
arg_name |
Name of the argument for error messages. |
Invisible TRUE if all columns exist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.