Skip to contents

Insert the separator that we consider to later perform the reverse operation.

Usage

vector_to_string(vector)

Arguments

vector

A vector of strings.

Value

A string.

Examples


s <- vector_to_string(c('Addition', '+'))