strsplit_keep_first: Performs strsplit and keeps first element of each string

View source: R/strsplit_functions.R

strsplit_keep_firstR Documentation

Performs strsplit and keeps first element of each string

Description

Performs strsplit and keeps first element of each string

Usage

strsplit_keep_first(x, split, as_numeric = T)

Arguments

x

vector

split

separator

as_numeric

try to convert to numeric


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