Hi,

I would like to know if there is some debugger in R where I can check that I
am not using or not doing calculation on my previously stored objects. I
can't use rm (list = ls()) to remove all the objects since I am using a for
loop for reading 500 files and making making common calculation for each
file, therefore I need to keep the track of my iterator. Is it possible to
remove everything except the iterator and see that my answers for each
iterations are not getting compiled on previous answers.

Thanks.

-- 
Regards,
Ayush Raman

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to