strsplit1: Split a string

Description Usage Arguments Value Examples

View source: R/str_split_one.R

Description

Split a string

Usage

1

Arguments

x

A character with one element

split

What to split on

Value

A character vector

Examples

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

alexanderhogheim/test-package documentation built on Jan. 7, 2022, 12:25 a.m.