name_bodyScript {rSHAPE} | R Documentation |
This is a function to programatically create R script names
Description
This is a function to programatically create R script names
Usage
name_bodyScript(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_bodyScript(c("myJob","otherContent"))
[Package rSHAPE version 0.3.2 Index]