grapes-e-grapes: Explode a character string

Description Usage Arguments Details Value Examples

Description

Explode a character string

Usage

1
x %e% p

Arguments

x

A character string

p

A pattern

Details

This function is a pipe version of stringr::str_split for a character string, with simplify = TRUE

Value

a character vector

Examples

1
2
'The little horse under the weather' %e% ' '
'The little horse under the weather' %e% ''

GuillaumePressiat/stringfix documentation built on Dec. 25, 2021, 12:24 a.m.