chr_to_date | R Documentation |
Change a numeric value stored as a character string to a date object.
chr_to_date(x, date.origin = EXCEL.ORIGIN)
x |
a number that represents the number of days after |
date.origin |
the date from which we count the number of days passed |
The default date.origin
used is the Excel 1900 version.
A date object, converted from a character string.
Derek Chiu
Other date formatting functions:
cleanDate()
,
formatDate()
,
getFormat()
,
numericToDate()
chr_to_date("41041")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.