Learn R Programming

nima (version 0.6.2)

clear: Clear the Current Screen/Buffer

Description

Clear the screen with a call to system and clear.

Usage

clear()

Arguments

Details

This function is merely a call to system("clear")

Examples

Run this code
# NOT RUN {
system("clear")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab