Skip to content

Notes on R Objects

5 messages · Matthew DeAngelis, David Winsemius, Gabor Grothendieck +1 more

#
On Jun 3, 2011, at 12:18 PM, Matthew DeAngelis wrote:

            
?attributes
?attr
#
On Fri, Jun 3, 2011 at 12:18 PM, Matthew DeAngelis <ronin78 at gmail.com> wrote:
Try comment:
[1] "Hello"
#
On Jun 3, 2011, at 12:18 PM, Matthew DeAngelis wrote:

            
I just suggested attributes(), but then I remembered that there is a  
specific function named unsurprisingly:

?comment   # a non-printed attribute

Maybe you need to also learn some searching strategies to try before  
posting. I wouldn't have expected you to know the 'attributes' or  
'attr' function names, but if you searched on just the words you were  
using you would have gotten useful results.
#
On 04/06/11 04:18, Matthew DeAngelis wrote:
?comment

     cheers,

         Rolf Turner