Learn R Programming

moodef (version 1.2.0)

vector_to_string: Transforms a vector of strings into a string

Description

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

Usage

vector_to_string(vector)

Value

A string.

Arguments

vector

A vector of strings.

See Also

Other support functions: create_question_csv(), create_question_data_frame(), create_question_excel(), read_question_csv(), read_question_excel()

Examples

Run this code

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

Run the code above in your browser using DataLab