secs | R Documentation |
difftime
As base::difftime()
vectors are used throughout ricu
, a set of wrapper
functions are exported for convenience of instantiation base::difftime()
vectors with given time units.
secs(...)
mins(...)
hours(...)
days(...)
weeks(...)
... |
Numeric vector to coerce to |
Vector valued time differences as difftime
object.
hours(1L)
mins(NA_real_)
secs(1:10)
hours(numeric(0L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.