View source: R/add_sdg_pattern.R View source: R/helper_SDG_search_terms.R
func_AND_vector | R Documentation |
New changes:
func_AND_vector(v)
v |
a vector of characters |
Compare to the earlier version, we made the following changes
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.
Added Look around
function to more accurately match SDG targets.
Use AND
to Concatenate a Vector of Terms
A character
words <- c('apple', 'bean', 'food')
func_AND_vector(v= words)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.