time_conversion | R Documentation |
Trivial functions to convert time to seconds – since behavr
uses second as a conventional unit of time.
days(x)
hours(x)
mins(x)
x |
numeric vector to be converted in second |
Most functions in the rethomics
framework will use seconds as a unit of time.
It is always preferable to call a function like my_function(days(1.5))
rather than my_function(60 * 60 * 24 * 1.5)
.
number of seconds corresponding to x
(1d = 86400s, 1h = 3600s and 1min = 60s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.