mouse.click | R Documentation |
Simulate left, right, and middle mouse clicks.
mouse.click(button = "left", hold = FALSE)
button |
character. Allowed values are |
hold |
logical. Whether the button should be held down. |
mouse.release
## Not run:
# left mouse click
mouse.click(button = "left")
# left mouse click and hold
mouse.click(button = "left", hold = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.