.mcee_check_no_missing_vars | R Documentation |
Check data frame columns for missing/infinite values
.mcee_check_no_missing_vars(data, vars, where = NULL, max_show = 5)
data |
Data frame to check |
vars |
Character vector of column names to check |
where |
Optional context description for error messages |
max_show |
Maximum number of row indices to show per variable |
Invisibly TRUE if no missing data found, otherwise stops with error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.