Description Usage Arguments Details Value
Converts vectors like c(2021, 1, 16) into date objects. This is useful when arithmetics involving dates are required (for instance, calculating a time span).
1 | vec_to_date(vec)
|
vec |
A vector containing the date in the format c(year, month, day) |
This is an auxiliary function.
A date object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.