ch.stringSeq: A function to create a sequence of string names

View source: R/ch.stringSeq.r

ch.stringSeqR Documentation

A function to create a sequence of string names

Description

This function creates a vector of string names with the elements in seqVector appended to the end of stringName. For example String1 String2 String3 ...

Usage

ch.stringSeq(stringName, seqVector)

Arguments

stringName

a string that remains constant in the string names.

seqVector

the elements in this vector are appended to the end of stringName.

Value

the vector of string names

Examples

ch.stringSeq ("string", c(1,2,3))

ccpluncw/ccpl_R_chutils documentation built on Feb. 28, 2024, 1:17 a.m.