On Sat, May 16, 2009 at 9:11 AM, Aval Sarri <aval.sa...@gmail.com> wrote:
> ...I tried something line this also:
>
> mydataframe <- read.table (socket, sep=",");
>
> but does not work says no input lines.
>
> this also.
>
> mydataframe <- read.table (readLine(socket), sep=",");

Sorry, I didn't see this before my last email.  This seems to be the
real problem....

I don't understand why read.table would have a problem reading
directly from a socket instead of a textConnection.  Is this a bug?
Some subtlety in the semantics of socketConnection as opposed to
textConnection?  Incorrect parameters when opening the
socketConnection?

            -s

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to