Learn R Programming

translateSPSS2R (version 1.0.0)

computeCtime_seconds: Calculates the difference between two dates in seconds

Description

Helper Function for xpssCompute. R Implementation of the SPSS CTIME.SECONDS Function.

Usage

computeCtime_seconds(x,date)

Arguments

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

Value

Returns the difference between date and x in seconds.

Details

The input format of date's with timeparameter's is YYYY-MM-DD HH:MM:SS. All parameters are necessary to calculate the second difference!

See Also

difftime DateTimeClasses as.POSIXlt strptime

Examples

Run this code
xpssCompute(x="2013-09-14 12:12:12", fun="computeCtime_seconds", date="2013-09-14 10:10:10")
xpssCompute(x="2013-09-14 12:12:12", fun="computeCtime_seconds", date="2013-09-06 22:10:10")

Run the code above in your browser using DataLab