splitChar: Split character string

View source: R/splitChar.R

splitCharR Documentation

Split character string

Description

Split character string into vector where length(output) == nchar(input)

Usage

splitChar(vector_v)

Arguments

vector_v

any character vector that needs to be separated into its component parts

Value

another vector of length == nchar(input)

Examples

foo <- "ABCDE"
splitChar(foo)

weshorton/wrh.rUtils documentation built on Oct. 28, 2024, 7:24 a.m.