So, I want to knit many .Rmd files into a pdf format. I write the following code:
files <- list.files(pattern = "[.]Rmd$") for (f in files) rmarkdown