seconds.to.hms-deprecated | R Documentation |
This function is very similar to strftime
with the
%X
conversion specification. Hour values larger than 24 are
permitted. Fractions will be rounded down to the next integer. Non-numeric
values are coerced to NA
with a warning.
seconds.to.hms(x)
x |
A (vector of) numbers. |
A (vector of) character values of the same length as x
.
base::strftime()
Other deprecated functions:
coalesce.na-deprecated
,
df_to_list-deprecated
,
hms.to.seconds-deprecated
,
kimisc-deprecated
,
list_to_df-deprecated
,
nc-deprecated
,
nlist-deprecated
,
ofactor-deprecated
,
sample.rows-deprecated
,
thisfile-deprecated
,
tll-deprecated
,
vswitch-deprecated
seconds.to.hms(c(1, 60, 3600.5))
seconds.to.hms(c(100000, -4000.5))
seconds.to.hms("invalid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.