reset {exploreR}R Documentation

Reset R

Description

This function simply erases the the console, detaches all packages and removes all data from the global environment. The purpose of which is to provide an easy command which can clean up the workspace. Very useful after you spend some time experimenting.

Usage

reset()

Examples

reset()

[Package exploreR version 0.1 Index]