Verify that which value of a vector is present in another vector
verify_grep_AinB.Rd
Verify that which value of a vector is present in another vector
Value
a vector of the length of values_to_check with TRUE or FALSE if the value appears at least once in .B
Examples
verify_grep_AinB(c("hhs_cat", "fsc_cat"), presentresults_resultstable$analysis_key)
#> hhs_cat fsc_cat
#> TRUE FALSE