> minutes(10) + seconds(50) + seconds(11)
[1] "10M 61S"
Is there a way to get it to equal 11M 01S instead? Or a function to apply to 10M 61S to convert it to 11M 01S?
I've spent a fair bit of time looking through the documentation, other issues, and some source code, but I may still be missing something obvious.
Is there a way to get it to equal
11M 01Sinstead? Or a function to apply to10M 61Sto convert it to11M 01S?I've spent a fair bit of time looking through the documentation, other issues, and some source code, but I may still be missing something obvious.