# NOT RUN {
# move the cursor down one and forward two
mv(1, 2)
# Alternatively, you can specify the coordinates as a single vector.
loc <- c(1, 2)
mv(loc)
# to move to the left one unit (only works if the current column is > 1)
mv(, -1)
# }
Run the code above in your browser using DataLab