Learn R Programming

mxsem (version 0.1.0)

split_string_all: split_string_all

Description

splits a string

Usage

split_string_all(str, at)

Value

vector of strings

Arguments

str

string to be splitted

at

where to split the string at