simple.date | R Documentation |
Retrieve a simple representation of date_time or just date, for generating day/time specific file names, etc.
simple.date(sep = "_", long = FALSE, time = TRUE)
sep |
character, separator to use for the date/time, eg, underscore or <space> " ". |
long |
logical, whether to display a longer version of the date and time, or just a simple version |
time |
logical, whether to include the time, or just the date |
A string containing the date: MMMDD and optionally time HRam/pm. Or if long=TRUE, a longer representation: DAY MM DD HH.MM.SS YYYY.
simple.date() simple.date(" ",long=TRUE) simple.date(time=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.