string_to_vector: Transform a String into a Vector of Strings

View source: R/common.R

string_to_vectorR 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

character A string to transform.

Value

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


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