Install packages that are not installed automatically when knitting in R markdown

前端 未结 0 1380
予麋鹿
予麋鹿 2021-02-07 05:14

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题