clear {nima}R Documentation

Clear the Current Screen/Buffer

Description

Clear the screen with a call to system and clear.

Usage

clear()

Details

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

Examples


system("clear")



[Package nima version 0.6.2 Index]