Learn R Programming

SDGdetector (version 2.7.3)

func_AND_vector: Last update on: 3/31/2022

Description

New changes:

Usage

func_AND_vector(v)

Value

A character

Arguments

v

a vector of characters

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

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

Run the code above in your browser using DataLab