Re: [Rd] Socks under R

2005-10-20 Thread Rainer M. Krug
That's brilliant! Thanks a lot for your help, Rainer Simon Urbanek wrote: > Rainer, > > On Oct 19, 2005, at 3:29 PM, Rainer M. Krug wrote: > >> when I use >> >> con1 <- socketConnection(...) >> >> in R and want to send text from another application written in Delphi >> to R, do I just have

Re: [Rd] Socks under R

2005-10-19 Thread Simon Urbanek
Rainer, On Oct 19, 2005, at 3:29 PM, Rainer M. Krug wrote: > when I use > > con1 <- socketConnection(...) > > in R and want to send text from another application written in > Delphi to R, do I just have to send the text or do I have to > implement more control characters and so on? Sockets

[Rd] Socks under R

2005-10-19 Thread Rainer M. Krug
Hi when I use con1 <- socketConnection(...) in R and want to send text from another application written in Delphi to R, do I just have to send the text or do I have to implement more control characters and so on? Is con1 <- socketConnection(port=6011, server=TRUE) writeLines("plot(rnorm(100))