transform_datetime_format | R Documentation |
As per the csvw specification for date and time formats
we accept format strings using the date field symbols defined in unicode TR35.
These are converted to POSIX 1003.1 date format strings for use in
base::strptime()
or readr::parse_date()
/readr::parse_datetime()
.
transform_datetime_format(format_string)
format_string |
a UAX35 date format string |
a POSIX date format string
## Not run: fmt <- transform_datetime_format("dd.MM.yyyy") strptime("01.01.2001", format=fmt) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.