define | R Documentation |
This (relatively untested) function
is intended to provide a way to read the code
generated by a call to generateInterface
directly into an R session without writing it to a file.
This allows us to dynamically create R wrappersto
DCOM interfaces without having the overhead of
writing code to disk.
If one wants the interface to be persistent across R
sessions, one should use writeCode
.
define(x, where, ...)
x |
the definition of the code generated from
|
where |
the environment or index along the search path in which to define the classes. |
... |
any additional arguments to govern the processing of the definitions. |
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs
writeCode
generateInterface
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.