Skip to content
Prev 181865 / 398513 Next

remove object

You can try

rm(list = ls()[!(ls() %in% "index")]).

-Christos