f_as_date | R Documentation |
f_as_date(v.input, c.format = "%d/%m/%Y", c.origin = "1899-12-30")
v.input |
Vector with strings to be converted. |
c.format |
Format of date in the strings (default: " \itemc.originStarting date (default: "1899-12-30") |
Vector with dates. Converts a string to a date. - v.output <- f_as_date( v.input = c("16/03/2022", "16/03/2022", "16/03/2022"), c.format = "%d/%m/%Y", c.origin = "1899-12-30" ) Pieter Overdevest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.