.check_no_miss_cols | R Documentation |
This function checks for whether any of the required columns have a data entry of 'NA' or 'NULL'.
.check_no_miss_cols(data, req.cols, return.missing = FALSE)
data |
Data frame to check. |
req.cols |
Columns with required data. |
return.missing |
Logical argument, if 'TRUE' return rows missing data in column (list or vector by column name). (Default is 'FALSE'.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.