computeTime_days: Calculates the number of passed hours on basis of the given...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xpssComputeDates.R

Description

R Implementation of the SPSS TIME.DAYS Function. computeTime_days is a helper function for xpssCompute.

Usage

1

Arguments

x

atomic numeric or integer.

Value

Returns the number of passed hours as atomic numeric.

Author(s)

Bastian Wiessner

See Also

computeDate_qyr computeDate_wkyr

Examples

1
2
xpssCompute(x=5, fun="computeTime_days")
xpssCompute(x=12, fun="computeTime_days")

translateSPSS2R documentation built on May 30, 2017, 4:31 a.m.