tstamp | R Documentation |
return a string timestamp in ISO8601 using the provided separators
tstamp(date_hour_sep = " ", date_sep = "-", hour_sep = ":", braces = TRUE)
date_hour_sep |
separator to be used between date and hour segment of the output |
date_sep |
separator to be used between date components of the output |
hour_sep |
separator to be used between hour components of the output |
braces |
boolean to indicate if time stamp should be put between braces |
string timestamp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.