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 ("<|>") to later facilitate the reverse operation.

Usage

vector_to_string(vector)

Arguments

vector

A vector of strings.

Value

A string.

See Also

Other support functions: create_exercise_csv(), create_exercise_data_frame(), create_exercise_excel(), read_exercise_csv(), read_exercise_excel(), set_pending_answers(), write_exercise_csv()

Examples


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


rexer documentation built on May 29, 2024, 2:23 a.m.