View source: R/populateDateColumns.r
populateDateColumns | R Documentation |
Creates various date columns for WRTDS study.
populateDateColumns(rawData)
rawData |
vector with dateTime |
DateFrame dataframe
dateTime <- c('1984-02-28 13:56',
'1984-03-01 00:00',
'1986-03-01 00:00',
'1986-10-15 00:00')
expandedDateDF <- populateDateColumns(dateTime)
expandedDateDF
dateTime <- c('1984-02-28',
'1984-03-01',
'1986-03-01',
'1986-10-15')
expandedDateDF <- populateDateColumns(dateTime)
expandedDateDF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.