make_set

make_set(input_terms)

Arguments

input_terms

a string in the form "A OR B OR C"

Value

A tibble with column names from input_terms representing search terms OR'd together #make_set("A OR B") #make_set("E OR F OR G") #make_set("M OR N OR O OR P")