createDateColumns | R Documentation |
Creates various date columns (function credit to EGRET)
createDateColumns(rawData)
rawData |
vector of dateTimes |
dataframe
## Not run: 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 ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.