Learn R Programming

translateSPSS2R (version 1.0.0)

computeXdate_year: Extracts the year on basis of a given date

Description

R Implementation of the SPSS XDATE.YEAR Function. computeXdate_year is a helper function for xpssCompute.

Usage

computeXdate_year(x=NULL)

Arguments

x
atomic object of class character, POSIXlt or POSIXt holding date data.

Value

Returns a character string with the day of week.

Details

computeXdate_year extracts the year on basis of the given date string.

See Also

computeXdate_date computeXdate_wkday

Examples

Run this code
xpssCompute(x="2015-02-15 20:11:20",fun="computeXdate_year")
xpssCompute(x="2022-10-20 21:22:12",fun="computeXdate_year")

Run the code above in your browser using DataLab