[R] integer to date-format

2007-06-05 Thread Rina Miehs
hello I have a problem... I have to subtract an integer from a date-format and that is not possible! How is it possible to convert an integer to a date-format?? any date format? i cant make it work without errors... Thanks Rina Miehs [[alternative HTML version deleted]]

Re: [R] integer to date-format

2007-06-05 Thread Uwe Ligges
Rina Miehs wrote: hello I have a problem... I have to subtract an integer from a date-format and that is not possible! The Exmaples section in ?DateTimeClasses shows that it works well: Sys.time() - 3600 # an hour ago Uwe Ligges How is it possible to convert an integer