Message-ID: <16325202.post@talk.nabble.com>
Date: 2008-03-27T14:19:35Z
From: Bio7
Subject: Execute R with *.RData argument
In-Reply-To: <16323374.post@talk.nabble.com>
$ R
...
> load("/home/user/workspace.RData")
or put that line in your .Rprofile -- see ?Startup.
(My guess is that you are used to the facility for drag-and-drop on Windows.
Also, please re-read 'An Introduction to R' for the supported command-line
arguments -- '-f' is supported but this is not what it does.)
That' s not exactly what i need because i externally execute the R
environment in a shell which then should automatically load a given *.RData
file.
It would be nice to have an argument for R which avoids the termination of R
when
using the R -e argument then i can programmatically open a shell with a
given file.
Anyway the .RProfile file could be an option for me.
Thank you for the help!
--
View this message in context: http://www.nabble.com/Execute-R-with-*.RData-argument-tp16323374p16325202.html
Sent from the R help mailing list archive at Nabble.com.