poissonconsulting / dttr2

An R package to manipulate dates, times and date times
https://poissonconsulting.github.io/dttr2/
Other
10 stars 2 forks source link

Add functions to get date, time and date time from integer vectors of day, month, hour, second etc. #21

Closed joethorley closed 1 year ago

joethorley commented 1 year ago

and tz = default for date time.

joethorley commented 1 year ago

dtt_date_from_ints(year = 1972, month = 1, day = 1) dtt_time_from_ints(hour = 0, min = 0, sec = 0) dtt_date_time_from_ints(year = 1972, month = 1, day = 1, hour = 0, min = 0, sec = 0, tz = dtt_default_tz())

joethorley commented 1 year ago

check that all input vectors are whole positive numbers

aylapear commented 1 year ago

Done

github-actions[bot] commented 3 days ago

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.