View source: R/DataContentsCheck.R
check_columns_in_data | R Documentation |
For many of the functions to work, we need to ensure that the correct columns are present in the tibble. This function checks whether the columns are present, both for looped, and individual columns
check_columns_in_data(
data,
loop_columns = NULL,
individual_columns = NULL,
warning_message = NULL
)
data |
The dataset which needs checking |
loop_columns |
The columns which are contained in a loop |
individual_columns |
The columns which appear individually |
warning_message |
The warning message (perhaps the name of the function you are calling) to indicate where the problem may be happening. A warning message will already be included if the data is missing. This warning information can be supplied to give some context |
Rpackage file: DataContentsCheck.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.