strpop: Pop a string off of a string, for (e.g.) grabbing source...

Description Usage Arguments Value

View source: R/strpop.R

Description

Pop a string off of a string, for (e.g.) grabbing source barcodes from GEO. unlike Perl or C versions, this function does not modify x behind the scenes

Usage

1
strpop(x, y = " ", z = NULL)

Arguments

x

a string

y

a split character (default is " ")

z

which element(s) to retrieve (default is the last one)

Value

the element(s) produced by splitting basename(x) on y


arcolombo/TxDbLite documentation built on July 10, 2020, 12:27 a.m.