Erase objects by type
|
erase()
|
Remove (all) objects from environment |
erase_if()
|
Remove objects, which fulfill determined conditions |
erase_df()
|
Remove all the `data.frame` objects |
erase_data()
|
Remove all objects, which are listed in `Data` section in RStudio |
erase_values()
|
Remove all objects, which are listed in `Values` section in RStudio |
erase_functions()
|
Remove (all) functions from environment |
erase_non_functions()
|
Remove all the objects, that are not functions |