Learn R Programming

DIZtools (version 1.0.3)

clear: Clean the console and environment-variables.

Description

Function to clean the local environment. The call of this function clears the console and the local environment variables.

Usage

clear(keep_environment = FALSE, keep_console = FALSE)

Value

Nothing.

Arguments

keep_environment

(Optional, boolean) If true, the objects from the environment will not be deleted/emptied.

keep_console

(Optional, boolean) If true, the console will not be emptied.

Examples

Run this code
clear()


Run the code above in your browser using DataLab