tidyverse / lubridate

Make working with dates in R just that little bit easier
https://lubridate.tidyverse.org
GNU General Public License v3.0
728 stars 207 forks source link

Improve examples in `wday()` #1101

Closed GegznaV closed 1 year ago

GegznaV commented 1 year ago

A better illustration of the relationship between weekday name in words and weekday number as well as between weekday number and the value of argument week_start. Related to #1100

GegznaV commented 1 year ago

Should I also update news.md? If yes, should I create a new section ### Improvements or add a bullet in the bug fix section?

vspinu commented 1 year ago

Merged offline (e7b88608) with your other PR. Added a few more examples and brought even more clarity in label=TRUE case.

Thanks!

GegznaV commented 1 year ago

Thank you for merging.