strsplit_keep: Performs strsplit and keeps elements specified by vector

View source: R/strsplit_functions.R

strsplit_keepR Documentation

Performs strsplit and keeps elements specified by vector

Description

Performs strsplit and keeps elements specified by vector

Usage

strsplit_keep(x, keep = 1, split, as_numeric = T)

Arguments

x

vector

keep

vector of elements to keep

split

separator

as_numeric

try to convert to numeric


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.