I want to delete all objects excepts a few and free up all used memory.
I do not want to delete any loaded packages (using import
) though.
In my workspace, there are many objects so it is difficult to delete them manually.
Is there any method available to achieve this? Any pointer will be very helpful.