Description Usage Arguments Value
First, a replacement is performed at alphanumeric piece edges to create pieces that are delimited by a space or punctuation character. Second, the string is split by split_pat into pieces
1 | split_pieces(x_chr, split_pat = character())
|
x_chr |
character vector of strings to be split |
split_pat |
regex pattern to delimit pieces |
pieces list with same length as x_chr, whose i-th element contains a character vector of split products of x_chr[i]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.