strsplit_keep_firstn: Performs strsplit and keeps first n elements of each string

View source: R/strsplit_functions.R

strsplit_keep_firstnR Documentation

Performs strsplit and keeps first n elements of each string

Description

Performs strsplit and keeps first n elements of each string

Usage

strsplit_keep_firstn(x, n = 1, split, as_numeric = T)

Arguments

x

vector

n

number of elements to keep from beginning

split

separator

as_numeric

try to convert to numeric


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