Description Usage Arguments Note See Also Examples
Type keyboard input by sending key press events.
1 |
string |
String to be typed. |
failSafe |
Logical flag to allow for emergency stops. Default is |
If failSafe is TRUE
, the function checks whether the mouse cursor is at the upper left position of the screen (pixel: x = 0, y = 0) . If so, the function fails and throws an error, allowing for emergency stops during code execution.
Special characters like "?", "!", ";", "<", ">", "+", "*"
are not allowed, since the mapping of the virtual keys in Java deviates from the R generated raw bytes.
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.