strsplit1: Split a string

Description Usage Arguments Value Examples

View source: R/strsplit1.R

Description

Split a string

Usage

1

Arguments

x

A character vector with one element.

split

What to split on.

Value

A character vector

Examples

1
2
x <- "alfa,bravo,charlie,delta"
strsplit1(x, split = ",")

fabbiocrux/regexcite documentation built on Feb. 28, 2022, 12:46 a.m.