clear: Clear Console in RStudio

View source: R/clear.R

clearR Documentation

Clear Console in RStudio

Description

This function clears the console equivalent to Ctrl + L in RStudio on Windows, Mac, UNIX, or Linux operating system.

Usage

clear()

Author(s)

Takuya Yanagida

See Also

restart, setsource

Examples

## Not run: 

# Clear console
clear()

## End(Not run)

misty documentation built on Oct. 24, 2024, 5:10 p.m.

Related to clear in misty...