func_AND_vector {SDGdetector} | R Documentation |
Last update on: 3/31/2022
Description
New changes:
Usage
func_AND_vector(v)
Arguments
v |
a vector of characters |
Details
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
Value
A character
Examples
words <- c('apple', 'bean', 'food')
func_AND_vector(v= words)
[Package SDGdetector version 2.7.3 Index]