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
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
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))