name_subScript {rSHAPE} | R Documentation |
This is a function to programatically create R batch submission script names
Description
This is a function to programatically create R batch submission script names
Usage
name_subScript(inVar)
Arguments
inVar |
This is the vector of character string(s) to be used for naming |
Value
A vector of character string of length equal to input.
Examples
# Returns a standard named string
name_subScript(c("myJob","otherContent"))
[Package rSHAPE version 0.3.2 Index]