Learn R Programming

rexer (version 1.0.0)

vector_to_string: Transforms a vector of strings into a string

Description

Insert the separator ("<|>") to later facilitate the reverse operation.

Usage

vector_to_string(vector)

Value

A string.

Arguments

vector

A vector of strings.

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

Run this code

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

Run the code above in your browser using DataLab