Another newbie question for you all:

In a function, say I have:

countme <- function() {
for(i in 1:10) {
i
}
}

How do I get R to print "i" as it runs (e.g. By calling "countme") -- right
now it seems to supress most output.  On a related note, my program uses
remove.vars, which always prints its output -- how to I *supress* that
output?

Thanks!

--j 

-- 
Jonathan A. Greenberg, PhD
NRC Research Associate
NASA Ames Research Center
MS 242-4
Moffett Field, CA 94035-1000
Office: 650-604-5896
Cell: 415-794-5043
AIM: jgrn307
MSN: [EMAIL PROTECTED]

______________________________________________
[email protected] 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