str_split_one: str_split_one

Description Usage Arguments Value Examples

View source: R/str_split_one.R

Description

str_split_one

Usage

1
str_split_one(string, pattern, n = Inf)

Arguments

string

A character vector with one element.

pattern

What to split on.

n

i dont know what is it

Value

A character vector.

Examples

1
2
x <- "alfa,bravo,charlie,delta"
str_split_one(x, pattern = ",")

namrouche993/newfolder documentation built on Jan. 29, 2022, 3:01 a.m.