vector_to_string: Transforms a vector of strings into a string

View source: R/support.R

vector_to_stringR Documentation

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)

Arguments

vector

A vector of strings.

Value

A string.

See Also

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

Examples


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


moodef documentation built on April 12, 2025, 1:42 a.m.