Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/xpssComputeDates.R
R Implementation of the SPSS DATE.YRDAY
Function. computeDate_yrday
is a helper function for xpssCompute.
1 | computeDate_yrday(day=NULL,month=NULL, year= NULL)
|
day |
atomic numeric or integer. |
month |
atomic numeric or integer. |
year |
atomic numeric or integer. |
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.
Returns a atomic character of the structure year/yearday.
Bastian Wiessner
computeDate_qyr
computeDate_wkyr
1 2 | xpssCompute(x=5, fun="computeDate_yrday", month=10, year=2006)
xpssCompute(x=10, fun="computeDate_yrday", month=1, year=2010)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.