I am trying to knit an .Rmd file (file2) with rmarkdown::render() from within another .Rmd file (file1).
.Rmd
rmarkdown::render()
If I