commandLineString {fame}R Documentation

Command Line Arguments

Description

commandLineString returns whatever followed --args on the command line that started R.

Usage

commandLineString()

Author(s)

Jeff Hallman

See Also

commandArgs

Examples

## Not run: 
if(length(.cmd <- commandLineString()) > 0)
    try(source(textConnection(.cmd), echo = T, prompt.echo = "> "))
## End(Not run)

[Package fame version 1.09 Index]