str_split_trim: Utility to split a string and trim all whitespace

Description Usage Arguments Value

Description

Split a string and trim all the resulting substrings

Usage

1
str_split_trim(string, pattern, n = Inf)

Arguments

string

a string

pattern

a string which string can be split on

n

number of substring string should be split into

Value

A character vector of the substring of string split on pattern with all whitespace removed (from both sides)


Voltemand/cacheR documentation built on May 4, 2019, 6:30 a.m.