save_cursor {cursr}R Documentation

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()

Value

NULL

Examples

save_cursor()
cat("\n\nHello World!")
load_cursor()


[Package cursr version 0.1.0 Index]