View source: R/function.R View source: R/dateNumeric.R
dateNumeric | R Documentation |
Convert dates according to date format
dateNumeric(date, format)
date |
input a data extracted from labels, character |
format |
input format of the date, character |
Returns a date of numeric type, numeric
dateNumeric(date = "1999-12-07", format = "yyyy-MM-dd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.