get_time_as | R Documentation |
Convert Time Values Using Scaling Factors
get_time_as(times, as = NULL)
times |
Numeric time values |
as |
A time scale to convert to. One of "days", "weeks", "months", "years" |
Returns a numeric vector calculated from times / get_time_conversion(factor = as)
get_time_as(50, as = "months")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.