[R] R as COM client (rather than server)

2003-06-30 Thread DED (David George Edwards)
Hello all Can R be used as a COM client (rather than as a COM server)? The following (Splus) code shows the sort of thing I'd like to do: pMIM - create.ole.object(mim31.Server) NoOutputLines - call.ole.method(pMIM, SendCmdLine, show w) for (i in 1:NoOutputLines)

Re: [R] R as COM client (rather than server)

2003-06-30 Thread Duncan Temple Lang
There is also the Omegahat collection of packages for DCOM which supports R as a client, user-definable server objects and event handlers. Together, RDCOMClient and RDCOMServer (and the SWinRegistry and SWinTypeLibs packages) provide a general way to handle arbitrary data types in R and COM.

RE: [R] R as COM client (rather than server)

2003-06-30 Thread DED (David George Edwards)
George Edwards); '[EMAIL PROTECTED]' Subject: Re: [R] R as COM client (rather than server) There is also the Omegahat collection of packages for DCOM which supports R as a client, user-definable server objects and event handlers. Together, RDCOMClient and RDCOMServer (and the SWinRegistry