string_to_vector {moodef} | R Documentation |
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)
Arguments
str |
|
Value
A vector of strings (character
), or NULL
if the input string is empty.
[Package moodef version 1.2.0 Index]