splitSelect: Get the field-th column of each string splitted by given...

View source: R/string.R

splitSelectR Documentation

Get the field-th column of each string splitted by given symbols.

Description

Get the field-th column of each string splitted by given symbols.

Usage

splitSelect(strs, split = "_", fixed = TRUE, field = 1)

Arguments

strs,

1d vector of characters

split

characters, default is "_"

fixed

bool, default is TRUE

field

integer, default is 1

Value

1d vector of characters


beyondpie/pureRUtils documentation built on Jan. 10, 2023, 3:22 a.m.