Re: [R] Suppressing printing in the function

2010-10-01 Thread Jonathan Christensen
Dimitri, Maybe ?invisible will help? Jonathan On Fri, Oct 1, 2010 at 4:27 PM, Dimitri Liakhovitski < dimitri.liakhovit...@gmail.com> wrote: > Hello! > > I wrote a function that returns a data frame. Nowhere in the function > do I say print(my.data.frame), but when I run the function - the data

Re: [R] Suppressing printing in the function

2010-10-01 Thread Dimitri Liakhovitski
Thank you - exactly what I was looking for! Dimitri On Fri, Oct 1, 2010 at 6:30 PM, Phil Spector wrote: > ?invisible >                                        - Phil Spector >                                         Statistical Computing Facility >                                         Departmen

Re: [R] Suppressing printing in the function

2010-10-01 Thread Phil Spector
?invisible - Phil Spector Statistical Computing Facility Department of Statistics UC Berkeley