Re: [R] R under Ubuntu

2009-05-26 Thread Barry Rowlingson
On Tue, May 26, 2009 at 11:17 AM, Luis Ridao Cruz wrote: > R-help, > > I have installed R under Ubuntu and > I'm very new to a Linux distribution. > > To open an empty R session I just type R on the Terminal aplication. > But how can I open a saved workspace? > At present I just start R and then l

Re: [R] R under Ubuntu

2009-05-26 Thread Ronggui Huang
I think it is standard practice. If you want R to load a workspace automatically when R is launched, you can add the command in .Rprofile. See ?Startup for more on Initialization at Start of an R Session. Ronggui 2009/5/26 Luis Ridao Cruz : > R-help, > > I have installed R under Ubuntu and > I'm

[R] R under Ubuntu

2009-05-26 Thread Luis Ridao Cruz
R-help, I have installed R under Ubuntu and I'm very new to a Linux distribution. To open an empty R session I just type R on the Terminal aplication. But how can I open a saved workspace? At present I just start R and then load ("my_workspace") but it must be possible to do it all at oncer