[R] Execute R with *.RData argument

Gabor Grothendieck ggrothendieck at gmail.com
Thu Mar 27 15:36:54 CET 2008


Not sure if this is sufficient but if you always open your RData
file in the same directory this may be good enough:

mkdir ~/tmp
cd ~/tmp
R
x <- 33
q() # answer y to save in .RData

Now whenever you open R in ~/tmp it will load .RData containing x.
You must be in ~/tmp and the file must be called .RData .  If you subsequently
quit again in a subsequent session press y to update .RData for the subsequent
session or n if you want to keep the first .RData.

On Thu, Mar 27, 2008 at 5:02 AM, Bio7
<marcel.austenfeld at uni-bielefeld.de> wrote:
>
> Dear R developers,
>
> i would like to start R with a *.RData argument under Linux.
> Something like R -f /home/user/workspace.RData
>
> Is this possible?
>
> Thanks in advance for any answers.
> --
> View this message in context: http://www.nabble.com/Execute-R-with-*.RData-argument-tp16323374p16323374.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list