On 14 Dec 2005, [EMAIL PROTECTED] wrote:
> This does treat any existing comment rather brutally, could stamp
> rather be:
>
> stamp <- paste(Sys.time(), comment(obj), value)
>
> probably enhanced with some field separators to let the inspector
> grab just its chunk? Something like DCF?

This does treat the structure of any existing comments rather
brutally, could stamp rather be:

stamp <- c(comment(obj), paste(Sys.time(), value))

:-)

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to