View source: R/populateDateColumns.r
decimalDate | R Documentation |
Create a decimal date or date/time from a vector.
decimalDate(rawData)
rawData |
vector of dates or dateTimes. |
dateTime <- c('1984-02-28 13:56',
'1984-03-01 00:00',
'1986-03-01 00:00',
'1986-10-15 00:00')
decimalDate(dateTime)
dateTime <- c('1984-02-28',
'1984-03-01',
'1986-03-01',
'1986-10-15')
decimalDate(dateTime)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.