spl: Split string by symbol

Description Usage Arguments Value See Also Examples

View source: R/utils.R

Description

Splits a string by a symbol, trims whitespace and unlists

Usage

1
spl(x, sep = ",")

Arguments

x

single string

sep

symbol to split, defaults to ','

Value

x splitted and unlisted into vector

See Also

str_split

Examples

1
spl("SPY,SHV")

optimist/inhouse documentation built on May 24, 2019, 3:56 p.m.