Re: [R] question about working with workspaces

2008-10-02 Thread Patrick Burns
Duncan Murdoch wrote: Daniel Rabczenko wrote: Hello everybody, Two - I hope Simple questions about working with workspaces. Is there a way to force R to start in "clean" workspace / avoid "previously saved workspace restored"? Start with --no-restore. (Start with --help for the full li

Re: [R] question about working with workspaces

2008-10-01 Thread Duncan Murdoch
Daniel Rabczenko wrote: Hello everybody, Two - I hope Simple questions about working with workspaces. Is there a way to force R to start in "clean" workspace / avoid "previously saved workspace restored"? Start with --no-restore. (Start with --help for the full list of command line optio

Re: [R] question about working with workspaces

2008-10-01 Thread Mark Lyman
Daniel Rabczenko iestat.pl> writes: > > Hello everybody, > > Two - I hope Simple questions about working with workspaces. > > Is there a way to force R to start in "clean" workspace / avoid "previously > saved workspace restored"? When you start R, use the option --no-restore. If you are work

[R] question about working with workspaces

2008-10-01 Thread Daniel Rabczenko
Hello everybody, Two - I hope Simple questions about working with workspaces. Is there a way to force R to start in "clean" workspace / avoid "previously saved workspace restored"? When I load workspace"2" working in workspace"1" everything from "1" is written into "2" is there a way to avoid it