validate_values: Check that the input table does not contain any missing values.
Description
Check that the input table does not contain any missing values.
Usage
validate_values(table, col_names)
Arguments
table
A data.table passed to a scan statistic function.
col_names
A character vector of column names; these columns in the
table must not have any missing values.