easin: Decompose a string into a vector

Description Usage Arguments Value Examples

View source: R/arrays.R

Description

Create a vector of strings from a string based on a delimiter

Usage

1
easin(str, sep = " ")

Arguments

str

Input character vector

sep

Delimiter to be used to subset str into chunks

Value

A vector of characters

Examples

1
fruits <- easin("apple berry banana pear")

Davz33/lazykitten documentation built on Jan. 28, 2022, 1:56 a.m.