So I am receiving messages in a loop "The following object(s) are masked from..."
I tried triedoptions(warn=-1) and options(show.error.message:=FALSE) but it still tells me "The following object(s) are masked from..." repeatedly, and my problem is that it masks the print statement from my function.... Any ideas? Thanks -- View this message in context: http://r.789695.n4.nabble.com/Hiding-message-tp4121625p4121625.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [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.

