Learn R Programming

rSHAPE (version 0.3.2)

name_subScript: 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

Run this code
# NOT RUN {
# Returns a standard named string
name_subScript(c("myJob","otherContent"))

# }

Run the code above in your browser using DataLab