[R] time mathematics

Knut Krueger rhelp @ending from krueger-f@mily@de
Tue Nov 20 10:16:48 CET 2018


I have an dataframe from with a given time format:

"23:01:19"

to change some given data:

x=data.frame 
("Y"=c(1:5),"TIME"=c("23:01:18","23:01:18","23:01:18","23:01:18","23:01:18"))

I need to change  the time increasing in seconds

x=data.frame 
("Y"=c(1:5),"TIME"=c("23:01:18","23:01:19","23:01:20","23:01:21","23:01:22"))


Is it possible without any additional package ?


Kind Regards Knut



More information about the R-help mailing list