Learn R Programming

moodef (version 1.2.0)

string_to_vector: Transform a String into a Vector of Strings

Description

Splits a string into a vector of strings using "<|>" as a delimiter.

Usage

string_to_vector(str)

Value

A vector of strings (character), or NULL if the input string is empty.

Arguments

str

character A string to transform.