func_AND_vector function

Last update on : 3/31/2022

Last update on : 3/31/2022

New changes :

func_AND_vector(v)

Arguments

  • v: a vector of characters

Returns

A character

Details

Compare to the earlier version, we made the following changes

  1. Instead of combining multiple term lists by OR for one particular target, it is more intuitive and accurate to add each alternative term list to the search term table or database directly.
  2. Added Look around function to more accurately match SDG targets.

Use AND to Concatenate a Vector of Terms

Examples

words <- c('apple', 'bean', 'food') func_AND_vector(v= words)