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
today<- today()
next_year<- today() + years(1)
(today %--% next_year) / days(1)
#> Remainder cannot be expressed as fraction of a period.#> Performing %/%.#> estimate only: convert periods to intervals for accuracy#> [1] 365
I think the warning "convert periods to intervals for accuracy" is also spurious. What period am I supposed to convert?