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

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