| commandLineString {fame} | R Documentation |
commandLineString returns whatever followed --args on
the command line that started R.
commandLineString()
Jeff Hallman
## Not run:
if(length(.cmd <- commandLineString()) > 0)
try(source(textConnection(.cmd), echo = T, prompt.echo = "> "))
## End(Not run)