A truly lazy way to insert today's date into an Rmarkdown document. To use, write date: nicethings::yaml_today() in the YAML header of an Rmarkdown document. Pinched from https://stackoverflow.com/a/25389694 and nicethings
1 |
1 2 3 4 5 | ## Not run:
# An example yaml header would go
date: '`r nicethings::yaml_today()`'
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.