numericToDate | R Documentation |
Change a numeric value to a date object by specifying a date of origin.
numericToDate(x, date.origin = DATE.ORIGIN)
x |
a number that represents the number of days after |
date.origin |
the date from which we count the number of days passed |
A date object, converted from a numeric object.
Samuel Leung
Other date formatting functions:
chr_to_date()
,
cleanDate()
,
formatDate()
,
getFormat()
numericToDate(10)
numericToDate(10, "2000-09-11")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.