detach_objects: Detach objects from the environment

detach_objectsR Documentation

Detach objects from the environment

Description

This function detaches the objects passed through the list objects. Each list element is an object to be detached.

Usage

detach_objects(objects = NULL, all = FALSE)

Arguments

objects

An un-named list of objects to be attached

all

If TRUE the function detaches all non-essential objects and packages from the global environment.

Value

Nothing


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.