eco.clear: Clearing the working environment, maintaining only the...

Description Usage Arguments Author(s) Examples

View source: R/eco.clear.R

Description

This function removes all the elements of the working environment, with the exception of those included in the argument of the function. Hidden elements can also be removed by setting all = TRUE.

Usage

1

Arguments

...

Objects to retain.

all

Remove also hidden elements? Default FALSE.

Author(s)

Leandro Roser learoser@gmail.com

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

data(eco.test)
ls()
eco.clear(eco)
ls()


## End(Not run)

EcoGenetics documentation built on July 8, 2020, 5:46 p.m.