You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to use seq() with hms values like this:
seq(hms::hms(hours=8), hms::hms(hours=19), by=hms::hms(minutes=30))
#> Error in `/.difftime`(del, by): second argument of / cannot be a "difftime" object
It would be nice to be able to use
seq()
with hms values like this:Created on 2023-05-24 with reprex v2.0.2
An ugly workaround is this:
Created on 2023-05-24 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: