Learn R Programming

translateSPSS2R (version 1.0.0)

computeDate_wkyr: Creates a date with the format year/calendar week

Description

R Implementation of the SPSS DATE.WKYR Function. computeDate_wkyr is a helper function for xpssCompute.

Usage

computeDate_wkyr(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 / calendar week.

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.

See Also

computeDate_qyr computeDate_yrday

Examples

Run this code
xpssCompute(x=5, fun="computeDate_wkyr", month=10, year=2006)
xpssCompute(x=10, fun="computeDate_wkyr", month=1, year=2010)

Run the code above in your browser using DataLab