Learn R Programming

rMouse (version 0.1)

right: Right Click

Description

Sends a right click, when called.

Usage

right(failSafe = TRUE)

Arguments

failSafe

Logical flag to allow for emergency stops. Default is TRUE.

See Also

delay, move, left, pos, record

Examples

Run this code

move(50, 50)
delay(1000)
right()

Run the code above in your browser using DataLab