Displaying 1 result from an estimated 1 matches for "visiblify".
Did you mean:
visibility
2002 Jul 17
1
Output and history
...value of 'a' when I write for instance 'a <- rep(1,10)'.
> > I tried setting the 'echo' option to TRUE but it has no
> effect on that.
>
> No. "<-" creates an invisible object as its return value and they
> don't print until you "visiblify" them. One standard device is to put
> the whole thing in parentheses: (a <- rep(1,10)).
But couldn't he use the taskCallbackManager() to print .Last.value after
every evaluation at the top level? I'd guess that sort of does what Daniel
wants.
Cheers,
Andy
------------------...