The function replace values with NA conditionally or introduce a gap for a given interval.
For the conditional option, the start parameter must be NA. A conditional test is applied on
the values (= ; > ; >= ; < ; <=) with a fixed threshold returning NA if the test is verified.
For the gap option, the threshold parameter must be NA. All the values of the records within the
interval start end are replaces by NA.
CAUTION ! At least one of both parameters threshold or start must not be NA.
NA.
The output file is named with a na_ prefix.