hide_cursor: Hide Cursor

Description Usage Value Examples

View source: R/1-BasicTerminal.R

Description

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

Usage

1

Value

NULL

Examples

1
2
3
hide_cursor()
cat("\n\nHello World!")
show_cursor()

cursr documentation built on Jan. 13, 2021, 7:35 a.m.