Rdocumentation
powered by
Learn R Programming
creditr (version 0.6.1)
separate_YMD: Separate Year/Month/Day
Description
separate_YMD
contains helper functions to separate an input date into year, month, and day.
Usage
separate_YMD(d)
Arguments
d
is an input date.
Value
an array contains year, month, date of the input date
d
.