computeDate_qyr: Creates a date with the format year/quarter
Description
R Implementation of the SPSS DATE.QYR Function. computeDate_qyr is a helper function for xpssCompute.
Usage
computeDate_qyr(day=NULL,month=NULL, year= NULL)
Arguments
day
atomic numeric or integer.
month
atomic numeric or integer.
year
atomic numeric or integer.
Value
Returns a atomic character of the structure year / quarter.
Details
An character string as Date. Returns a date value corresponding to the indicated month, and year. The arguments must resolve to integers or numerics, with day between 1 and 31, month between 1 and 12, and year a four-digit integer value.