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)
An un-named list of objects to be attached
If TRUE
the function detaches all non-essential objects and
packages from the global environment.
Nothing