Displaying 1 result from an estimated 1 matches for "chartime2".
Did you mean:
chartime
2006 May 30
2
Help with adding minutes to time
Dear R Helpers,
I need to read time from a .csv file which is formated as chartime
(09:12:00) below. I need to add one minute (cf chartime2).
Then I need to output the value just as 09:13 without the seconds for
writing a csv file and input in another program.
I get it with the following reproducible example but I can't help
thinking that there must a less clumsy way to do that !
Thanks for any input and eventually a pointer to...