Learn R Programming

SDGdetector (version 2.7.3)

func_OR_vector: Use OR to Concatenate a Vector of Terms

Description

Use OR to Concatenate a Vector of Terms

Usage

func_OR_vector(v)

Value

A character

Arguments

v

a vector of characters

Examples

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

Run the code above in your browser using DataLab