Learn R Programming

cursr (version 0.1.0)

hide_cursor: Hide Cursor

Description

Make the cursor invisible. The cursor can be revealed with show_cursor

Usage

hide_cursor()

Arguments

Value

NULL

Examples

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

# }

Run the code above in your browser using DataLab