.mcee_check_no_missing_vars: Check data frame columns for missing/infinite values
Description
Check data frame columns for missing/infinite values
Usage
.mcee_check_no_missing_vars(data, vars, where = NULL, max_show = 5)
Value
Invisibly TRUE if no missing data found, otherwise stops with error
Arguments
- 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