sr_check_required_cols | R Documentation |
This function checks if all the required columns are present in a data frame.
sr_check_required_cols(.data, required_cols)
.data |
The data frame to check. |
required_cols |
A vector of required column names. |
A logical value indicating if all the required columns are present.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.