R/check_functions.R
dot-stop_required_missing_row_value.Rd
.stop_required_missing_row_value
generates an error condition of
class "required_missing_row_value". This function should be used within the
.checkRequiredColumns
function.
.stop_required_missing_row_value(column, rows, dat_name = NULL, ...)
A character vector of the column name where data is missing.
An integer vector containing the position of missing row data.
A character string indicating the name of the dataset.
Any other argument useful to identify the source of the error and/or how to fix it.
Error condition. Object of class "required_missing_row_value", "error", "condition".