Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssComputeDates.R
R Implementation of the SPSS TIME.HMS
Function. computeTime_hms
is a helper function for xpssCompute.
1 | computeTime_hms(hour=NULL,minute=NULL,second=NULL)
|
hour |
atomic numeric or integer. |
minute |
atomic numeric or integer. |
second |
atomic numeric or integer. |
Returns a character string as Timedate.
Bastian Wiessner
computeDate_qyr
computeDate_wkyr
1 2 | xpssCompute(x=4, fun="computeTime_hms", minute= 10, second=23)
xpssCompute(x=14, fun="computeTime_hms", minute= 34, second=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.