Am Mittwoch 04 August 2010, 21:54:23 schrieb Thomas Friedrichsmeier:
> Hi,
>
> On Wednesday 04 August 2010, Stefan Rödiger wrote:
> > how do I escape local (from a plugin) in order to remove objects from
> > .GlobalEnv?
>
> simply by using .GlobalEnv ;-).
sounds like a good idea, ;)
> To remove
Hi,
On Wednesday 04 August 2010, Stefan Rödiger wrote:
> how do I escape local (from a plugin) in order to remove objects from
> .GlobalEnv?
simply by using .GlobalEnv ;-). To remove a member of a list / data.frame in
.GlobalEnv:
.GlobalEnv$my.list[["object"]] <- NULL
To remove a topleve
Hi,
how do I escape local (from a plugin) in order to remove objects from
.GlobalEnv? I know this might be a harmful thing to do and was intended to be
pavemented in plugins (to be precise overwriting of objects with the same
names should be prevented).
Regards
Stefan
-
Hi,
On Tuesday 03 August 2010, meik michalke wrote:
> i'm really busy, but i had a look:
take your time, I won't get around to working on this too soon, anyway.
> :-) what i didn't get yet is how script results could toggle elements on or
>
> off, but that's probably just a "spend more time on