From r-devel-owner@stat.math.ethz.ch Sat Mar 28 02:30 NZS 1998
Date: Fri, 27 Mar 1998 15:33:02 +0100
From: Martin Maechler <maechler@stat.math.ethz.ch>
To: R-devel@stat.math.ethz.ch
Subject: R: did you know ``comment(.) and comment(.) <- ...''
Mime-Version: 1.0 (generated by tm-edit 7.95)
I'm doing some systematic investigations about which functions are
<primitive> in R (and which of these should be changed to .Internal(...))...
I just discovered :
comment(x) <- "x is just a vector"
x
$comment
[1] "x is just a vector"
[1] "x is just a vector"
----------
Who of you (besides Ross?) did know this feature.