[R] Print and supressing printing in function

Jonathan Greenberg jgreenberg at arc.nasa.gov
Sun Sep 24 20:31:36 CEST 2006


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: jgrn307 at hotmail.com



More information about the R-help mailing list