tk2dde {tcltk2} | R Documentation |
Use DDE (Dynamic Data Exchange) under Windows
Description
These functions are Windows-specific. They issue an error under a different platform.
Usage
tk2dde(topic = NULL)
tk2dde.services(service = "", topic = "")
tk2dde.exec(service, topic, command, async = FALSE)
tk2dde.poke(service, topic, item, data)
tk2dde.request(service, topic, item, binary = FALSE)
Arguments
topic |
the 'topic' to reach or expose. A DDE server is accessed as
'service'|'topic'. In the case of |
service |
the name of the service to reach. In |
command |
a string with the command to run in the external application (syntax depends on the server). |
async |
is a command run asynchroneously (returns immediately, before the command is processed), or not? |
item |
the concerned item (usually a variable name, a range in a worksheet, etc...). |
data |
the new value for the item. |
binary |
should the return bez treated as binary data or not? |