eponge-package          Package eponge
erase                   Remove (all) objects from environment
erase_data              Remove all objects, which are listed in 'Data'
                        section in RStudio
erase_df                Remove all the 'data.frame' objects
erase_functions         Remove (all) functions from environment
erase_if                Remove objects, which fulfill determined
                        conditions
erase_masking           Erase objects from GlobalEnv, which are masking
                        objects from attached packages
erase_non_functions     Remove all the objects, that are not functions
erase_values            Remove all objects, which are listed in
                        'Values' section in RStudio
