EcoGenetics (version 1.2.1-5)

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

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

eco.clear(..., all = FALSE)

Arguments

...

Objects to retain.

all

Remove also hidden elements? Default FALSE.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
data(eco.test)
ls()
eco.clear(eco)
ls()

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab