I am writing a book in bookdown that contains a course.
As part of this course, I have also stored sample data and code, including Rmarkdown files.
When I try to knit these separate Rmd files, RStudio updates the whole book, instead of just that file.
All my Rmd files are in a subfolder, configured in the YAML file and building the book works fine. But knitting Rmd files not part of the book cannot be rendered.
Is there a method to have Rmd files in the same project that are not part of the book?