assert_inp_does_not_match_terms: Assert input does not match terms

assert_inp_does_not_match_termsR Documentation

Assert input does not match terms

Description

assert_inp_does_not_match_terms() is an Assert function that validates that an object conforms to required condition(s). If the object does not meet all required conditions, program execution will be stopped and an error message provided. Specifically, this function implements an algorithm to assert input does not match terms. The function is called for its side effects and does not return a value.

Usage

assert_inp_does_not_match_terms(input_chr, exclude_if_match_chr)

Arguments

input_chr

Input (a character vector)

exclude_if_match_chr

Exclude if match (a character vector)

Value

No return value, called for side effects.


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.