knit_with_date | R Documentation |
Append today's date to R markdown output file name. This function modifies
the default behaviour of the Knit button in R Studio. It is intended to be
passed in the YAML knit:
field.
knit_with_date(input, sep = "_", ...)
input |
input file |
sep |
separator between input file name and date |
... |
additional arguments to |
The output file name will have today's date appended at the end.
Derek Chiu
https://bookdown.org/yihui/rmarkdown-cookbook/custom-knit.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.