最佳答案
我的内存被一堆中间文件(称为 temp1,temp2,等等)堵塞了,我想知道是否有可能在不重复 rm调用(即 rm(temp1),rm(temp2))的情况下将它们从内存中删除?
我试过 rm(list(temp1, temp2, etc.))但好像没用。