cumpaste: Cumulative paste convenience function

View source: R/abundance.R

cumpasteR Documentation

Cumulative paste convenience function

Description

Cumulative paste convenience function

Usage

cumpaste(strs, sep = " ")

Arguments

strs

a vector of strings

sep

a string to be used as the separator in paste

Value

a vector of strings the same length as strs with the concatenated strings. Note that NAs will be converted to the string "NA" by paste

Examples

cumpaste(letters,sep='')

sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.