Using the method here I can customize the knit button to append today's date to my output file name.
How can I do the same in a bookdown report so that the Build book button in RStudio can append today's date to my pdf output file name? Do I modify index.Rmd, _bookdown.yml, or _output.yml?