clear: Clears Environment and Console

Description Usage Arguments Value Author(s) Examples

Description

Removes all objects from the environment specified by env. Adds a blank page of text to the console.

Usage

1
clear(env = globalenv())

Arguments

env

Specify an environment to clear the objects from.

Value

none

Author(s)

Sven Halvorson (svenedmail@gmail.com)

Examples

1
2
3
4
e = new.env()
e$a = 1
ls.str(e)
clear(e)

svenhalvorson/SvenSFPS documentation built on May 21, 2019, 11:42 a.m.