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
This exercise came from previous version of the book, that most likely was build using lubridate 1.6.0 or a previous version, where doing this operation returned an error message. Maybe they can take it out next time they review it, @mine-cetinkaya-rundel ?
I am not an expert. But the question number 4 asks:
Why can’t
(today() %--% (today() + years(1))) / months(1)
work?However, when I run it in the console, it returns:
12
The text was updated successfully, but these errors were encountered: