View source: R/csvoutput_helper.R
parseDate | R Documentation |
character
) column from output file to column of class Date
Converts date (class character
) column from output file to column of class Date
parseDate(
data,
newName = "CURRENT.DATE",
format = "%d.%m.%Y",
oldName = "CURRENT.DATE"
)
data |
data.frame |
newName |
name of the transformed date column |
format |
date format |
oldName |
name of the column that holds the date to be transformed |
data.frame with date column of class Date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.