clearAll {PBSmodelling}R Documentation

Remove all R Objects From the Global Environment

Description

Generic function to clear all objects from .RData in R

Usage

clearAll(hidden=TRUE, verbose=TRUE, PBSsave=TRUE)

Arguments

hidden if TRUE, remove variables that start with a dot(.).
verbose if TRUE, report all removed items.
PBSsave if TRUE, do not remove .PBSmod.

[Package PBSmodelling version 2.06 Index]