grapes-ee-grapes: Explode a character vector

Description Usage Arguments Details Value Examples

Description

Explode a character vector

Usage

1
x %ee% p

Arguments

x

A character vector

p

A pattern

Details

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

Value

a tibble

Examples

1
2
3
4
5
6
c('The little horse under the weather',
"He who gave courage",
"It was a little white horse",
'All behind, all behind',
"It was time of the little white horse",
"All behind him before") %ee% " |'|, "

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