I know that I can delete all objects in this session with:
rm(list=ls())
Now I want to delete all objects in this session except that I have listed in a vector not_del
.
How can I do it?
I know that I can delete all objects in this session with:
rm(list=ls())
Now I want to delete all objects in this session except that I have listed in a vector not_del
.
How can I do it?