Closed krlmlr closed 3 years ago
I'm tackling this for tidy-dev-day 2020. Will finish remotely.
First draft of changes are in forked repo, with error messages and documentation left to finish.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
round_hms(digits = 1)
would map toround_hms(secs = 0.1)
;round_hms(digits = -2)
would map toround_hms(secs = 60)
.