We have a set of Rmd reports that live in a "knowledge repository" that we render via blogdown.
We'd like to facilitate someone rendering a single report. Is there a best way to do this using blogdown?
If not, what about adding a files
argument to render
, such that the specified files are rendered (and if not specified, defaults to the current behavior)?