func_OR_vector {SDGdetector}R Documentation

Use OR to Concatenate a Vector of Terms

Description

Use OR to Concatenate a Vector of Terms

Usage

func_OR_vector(v)

Arguments

v

a vector of characters

Value

A character

Examples

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

[Package SDGdetector version 2.7.3 Index]