Learn R Programming

misty (version 0.6.7)

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

Arguments

Author

Takuya Yanagida

See Also

restart, setsource

Examples

Run this code
if (FALSE) {

# Clear console
clear()
}

Run the code above in your browser using DataLab