Keep Your Environment Clean
Package eponge
Remove (all) objects from environment
Remove all objects, which are listed in Data section in RStudio
Remove all the data.frame objects
Remove (all) functions from environment
Remove objects, which fulfill determined conditions
Erase objects from GlobalEnv, which are masking objects from attached ...
Remove all the objects, that are not functions
Remove all objects, which are listed in Values section in RStudio
Provides a set of functions, which facilitates removing objects from an environment. It allows to delete objects specified with regular expression or with other conditions (e.g. if object is numeric), using one function call.
Useful links