Displaying 1 result from an estimated 1 matches for "tp3553276p3553405".
2011 May 26
3
Suppress intermediate results on console
Dear all,
I have a question about how to suppress intermediate results in a function
on console. For example, I will use summary() in my own function that looks
like:
myfunction <- function(?)
{
?
Summary(x)
?
}
Then myfunction() will print ?x? on console that is intermediate result and
doesn?t need showing.
Does someone have any idea or any suggestion? Thank you in advance.
Lisa