Knit R markdown report with today's date
knit_with_date.Rd
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.
Arguments
- input
input file
- sep
separator between input file name and date
- ...
additional arguments to
rmarkdown::render()