Description Details Author(s) References Examples
Provides R functions to control the windows and mouse on a Linux desktop (with an X Window manager that is compatible with the EWMH/NetWM specification). The functions all work by making system calls to the wmctrl command.
An R interface to the wmctrl
command (on Linux).
Paul Murrell
Maintainer: Paul Murrell <paul@stat.auckland.ac.nz>
http://tripie.sweb.cz/utils/wmctrl/
1 2 3 4 5 6 7 | ## Not run:
wid <- openWindow("gnome-terminal")
positionWindow(wid, 100, 200, 300, 400)
focusWindow(wid)
closeWindow(wid)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.