:
> On 10/11/12 12:08, Martin J Reed wrote:
>> Rolf and Duncan
>>
>> Many thanks. Your answers pointed me to a refinement that is closer to what
>> I want:
>>
>> rm(list=intersect(ls(".GlobalEnv"),ls("package:reedgraph")),
>>
clyde,irving,melvin,file="savedStuff.rda")
>
> Then you can recover mung, gorp, etc. via
>
>load("savedStuff.rda")
>
>cheers,
>
>Rolf Turner
>
> On 08/11/12 13:11, Martin J Reed wrote:
>> Hi,
>>
>> I have a
Hi,
I have a problem with a package I have developed in that functions do not get
loaded due to older versions of the functions being in the .GlobalEnv’ fetched
from .Rdata files stored from previous saved workspaces. I need to be able to
fix this somehow when I load the package. I do not want
3 matches
Mail list logo