If building names this is the basal string element prefixing the name. If splitting, it is the vector of names to be split.
func_setID
If building names, a vector of the unique set IDs to be named, otherwise a logical of whether or not the batch naming structure includes sets
func_jobID
If building names, a vector of the unique job IDs to be named, otherwise a logical of whether or not the batch naming structure includes jobs
func_repID
If building names, a vector of the unique replicate IDs to be named, otherwise a logical of whether or not the batch naming structure includes replicates
funcSplit
Logical toggle TRUE if splitting names, FALSE to build string characters
func_sepString
This is the standard string separator for the SHAPE run
Value
Either a vector of character strings for the created batch names, or a matrix with the decomposed
elements of the split batch name strings
# NOT RUN {# This simply produces or splits a standard named string.name_batchString("myTest",1,9,3,FALSE,"_")
name_batchString("myTest_1_9_3",TRUE,TRUE,TRUE,TRUE,"_")
# }