[R] Age of an object?
Seth Falcon
sfalcon at fhcrc.org
Wed Dec 14 16:03:25 CET 2005
On 14 Dec 2005, Roger.Bivand at nhh.no 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))
:-)
More information about the R-help
mailing list