Description Usage Arguments Value Examples
Trivial function that converts number of days in number of years.
1 2 3 4 | days_to_years(days)
## S3 method for class 'numeric'
days_to_years(days)
|
days |
Numeric vector of days |
A numeric vector of years.
1 2 | days <- seq(1, 365.25*3, by = 60)
days_to_years(days)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.