[R] source, echo...and clicking the mouse

David Winsemius dwinsemius at comcast.net
Thu Jun 30 22:40:18 CEST 2011


On Jun 30, 2011, at 4:16 PM, Steven Wolf wrote:

> I'm attempting to view the progress of a script that I call on my  
> screen as
> follows:
>
> source("myscript.R", echo=TRUE)
>
> When it is running, I have to click my mouse in the GUI window for  
> anything
> to show up.   I am wondering if I can change something so that it  
> writes to
> my GUI window automatically.
>
> I've been trying to work through the documentation for the source  
> function,
> but I am at a loss.
>
> I am running the 64 bit RGui v 2.13.0
>
> My OS is Windows 7.


?flush.console

--
David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list