new_epoch
From lubridate v1.2.0
by Garrett Grolemund
Create an epoch object
new_epoch creates an epoch object with the specified values. Implementation for epochs will be implemented in future versions of lubridate.
Usage
new_epoch(weekday, number)
Arguments
- weekday
- name of weekday to use as epoch
- number
- number of epochs to include
Value
- an epoch object
See Also
Community examples
Looks like there are no examples yet.