Validate Micronix-specific barcode length rules
Usage
validate_micronix_barcode_length(data, barcode_column, row_number_column)
Arguments
- data
A dataframe containing the data to be validated.
- barcode_column
A character string specifying the column name for 'barcode'.
- row_number_column
A character string specifying the column name for 'RowNumber'.
Value
An ErrorData object if Micronix barcode rules are violated, or NULL otherwise.