Learn R Programming

cursr (version 0.1.0)

save_cursor: Save Cursor Position

Description

Save the position of the cursor so that the position can be restored for later with load_cursor.

Usage

save_cursor()

Arguments

Value

NULL

Examples

Run this code
# NOT RUN {
save_cursor()
cat("\n\nHello World!")
load_cursor()

# }

Run the code above in your browser using DataLab