Under the hood, this runs rmarkdown::render_site on each updated file
individually. This provides all the website styling specified in
_site.yml (which you would lose if you ran rmarkdown::render)
without re-building the entire site (which would happen if you ran
rmarkdown::render_site with no arguments).
To include R Markdown files in your workflowr project that are not included
as part of the website, you have multiple options: 1) Prepend an underscore
to the filename, 2) move them to a subdirectory within the analysis
directory, or 3) move them to another directory at the root of your project.