On Mar 5, 2007, at 12:05 PM, Chmielowski, Piotr2 [CAI] wrote:
> In an R session I have
>
>> c <-socketConnection("localhost", port=6011, blocking=F, server=T,
> open="w+")
>
> After I connect to the server from, say, telnet
>
> % telnet localhost 6011
>
> the socketConnection returns and gives a
In an R session I have
> c <-socketConnection("localhost", port=6011, blocking=F, server=T,
open="w+")
After I connect to the server from, say, telnet
% telnet localhost 6011
the socketConnection returns and gives a valid c.
My problem is as follows : I would expect something like
> readL