Examples for 'lubridate::make_datetime'


Efficient creation of date-times from numeric representations

Aliases: make_datetime make_date

Keywords:

### ** Examples

make_datetime(year = 1999, month = 12, day = 22, sec = 10)
[1] "1999-12-22 00:00:10 UTC"
make_datetime(year = 1999, month = 12, day = 22, sec = c(10, 11))
[1] "1999-12-22 00:00:10 UTC" "1999-12-22 00:00:11 UTC"

[Package lubridate version 1.8.0 Index]