DispatchMethods {RDCOMClient} | R Documentation |
Constants used to communicate between S and C code
to indicate how a COM call
should be invoked.
This can be used as the value of the .dispatch
argument in the .COM
function to control whether
to treat the call
as a property accessor, method call
or both.
data(DispatchMethods)
http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs http://www.omegahat.org/SWinRegistry
## Not run: ## End(Not run)